Skip to content

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.

Notifications You must be signed in to change notification settings

sazecis/aws-dev-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published