Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.58 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.58 KB

AWS Dev Examples

This is a collection of examples and demos that I use in Developing on AWS classes. These examples cover various AWS services and development tools like: AWS CLI, SAM, CloudFormation, CDK and some more. The whole application deployment is willingly not done with full automation. Manual steps are part of the demo. The manual steps are described below and are dependent on each other. Follow the step-by-step execution from top to bottom.

1. IAM

2. S3

3. DynamoDB

4. Lambda

5. API Gateway

6. Cognito

7. Lambda, API Gateway and Cognito built together

8. Cleanup

For cleaning up the created resources I prepared a batch file located in the root folder: cleanup.bat. To be able to clean the user which we created to do the whole demo you need to switch to another, e.g. Admin user. For this case I have a profile prepared so I just need to set my profile to that profile:

set AWS_PROFILE=<admin_profile>

After this just execute the cleanup.bat.