serverless-nextjs-cdk-example

CDK側の準備

AWS CDK のインストール

npm i -g aws-cdk
cdk --version

デプロイ

cdk deploy

リソースの削除

cdk destroy