ecomm-infrastructure
v1.6.3
Published
store platform infrastructure
Downloads
7
Readme
CDK Infrastructure
npm run build
: Deploys cdk
cdk synth
: tests to see if cdk is working, emits the synthesized CloudFormation template
cdk deploy
: deploy this stack to your default AWS account/region
cdk diff
compare deployed stack with current state
tsc
: compile typescript to js
AWS Resources
Lambdas
Authorize JWT Function
| Environment | URL | | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | | Production | prd-AuthorizeJWT | | Staging | majstg-AuthorizeJWT | | Development | devmaj-AuthorizeJWT |