Category: AWS

In this blog post, I will show how you can perform unit testing as a part of your AWS CodeStar project.
For a list of AWS CodeStar project templates that include unit testing, see AWS CodeStar Project Templates in the AWS CodeStar User Guide.
Getting set up on AWS Cloud9From the AWS CodeStar console, go to the AWS Cloud9 console, which should take you to your project code.
After the deployment is complete, AWS CodeStar should now display the AWS Lambda function and DynamoDB table created and synced with this project.
The Project link in the AWS CodeStar project’s navigation bar displays the AWS resources linked to this project.

Related Articles