Skip to content

shamshodisaev/aws-products-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

aws-products-serverless

Commands to login to profile locally

  • aws configure --profile [profile]
  • export AWS_PROFILE=[profile]

Boostrap

Prepare AWS environment by provisioning specific AWS resources that are being used in the environment by the AWS CDK

  • cdk bootstrap

Synth

Compile the code to AWS Cloudformation templates

  • cdk synth

Deploy

  • cdk deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published