SCC
Brasil
os cloud gurus
Software Cloud Consulting
Your software development, cloud, consulting & shoring company
AWS Code Whisperer is an awesome tool to speed up your coding, therefor let's have a look on
it in this little HowTo and Quickstart tutorial
Before using it, you must set it up in your aws account.
I have evaluated Code Whisperer very early, in its Free Trial phase, so the setup process might
have changed by now.
Best, you have a look in the AWS documentation, if the process has changed by now.
AWS
AWS Code Whisperers Documentation
In the Trial phase you needed to add CodeWhisperer in the IAM Identity Center (succesor to AWS
Single Sign on) of your Master Account.
Open IAM Management and you find it at the left menu.
In the IAM Identity Center you have a menu entry applications, open this and press the Button
'Add application'.
Once added, you should see Code Whisperer in your configured applications.
In the Trial phase you needed also your AWS Builders ID, this might become obsolet by now, if
you are not aware of this ID, take a look
on this documentation here, were you can for example create one.
AWS
AWS Builder ID Documentation
Once these prerequisites are done, you can start to actually use Code Whisperer finally.
Therefore integrate it in your favorite IDE, I am using Visual Studio for this blog.
Open the Extensions Tab in Visual Studio and install the AWS Toolkit.
Once done, you find the AWS Logo in your left-side menu. With the toolkit you can access
resources in a connected AWS Account and a lot of options on these,
but we are now more interested in the Developer Tools . You should see Code Whisperer there,
also other tools like Code Catalyst and CDK.
Press the play Button to activate Auto Suggestions.
Now you can actually start coding and you will get auto suggestions from Code Whisperer.
If you don't know how to start please have a look in my repo, you will find some examples on CDK
files and also Lambdas.