- Install AWS ToolKit extention to your Visual Studio Code
Test Cases for Amazon CodeWhisperer:
- Simple Python Program
# print hellow world in python
- Simple Python Program with arithmetic function
# this method has two variables num1 and num2 return sum of two numbers
# this method has two variables num1 and num2 return product of two numbers
# write a test for add method
- Python Program with advanced function
# write a method to download youtube video
Test the feature "See Real World example from Github"
- Python Program with AWS SDK - boto3
# write a method to get S3 bucket objects
# write an unit test for get_bucket_objects