Skip to content

nguyentoanit/amazon-cdk-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Amazon CDK Practice

This is my Amazon CDK practice. Follow CDK workshop.

Set up

Use AWS Vault to securely store and access AWS credentials in a development environment.

Examples

Example Description
api-gateway-lambda Create a lambda function and define an API Gateway REST API resource backed by our function
iam Create a user, add into a group and set password as generated secret key
rds [WIP] Publish a database in RDS
sns Create a topic and subscribe a queue