payment service using Stripe.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy '*'
deploy all stack to your default AWS account/regioncdk deploy InfraInitStack
deploy InfraInitStack to your default AWS account/regioncdk deploy EPaymentStack
deploy EPaymentStack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
- InfraInitStack: 初回構築時のみデプロイするスタック
- EPaymentStack: LambdaとStepFunctionsをデプロイするスタック