Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 696 Bytes

references.md

File metadata and controls

29 lines (17 loc) · 696 Bytes

##commands

cdk bootstrap
Create a structure per account and region for aws environment

cdk deploy --all
To deploy all stacks

cdk deploy --all
Clear all resources

aws config
Configure aws cli

api gateway
https://bp0f0r8cph.execute-api.us-east-1.amazonaws.com/prod/

cdk deploy --all --require-approval never

cdk destroy --all

##nice to know

  • RCU(read) and WCU(write) capacity of table operations in database

  • To decide the best decision to choose between provisioned or on-demand, starts with on-demand to undestand your network traffec, after this, configure the best options to provisioned mode to control costs.

  • search with index in dynamodb: LSI, GSI