- SAM CLI - Install the SAM CLI
- Node.js - Install Node.js 20
- Docker - Install Docker community edition
sam build
sam deploy --guided --profile [YOUR PROFILE NAME]2 回目からは以下のコマンド
sam build
sam deploysam logs -n RemixFunction --stack-name [ビルド時に命名した名前] --tail --profile [YOUR PROFILE NAME]aws cloudformation delete-stack --stack-name [ビルド時に命名した名前] --profile [YOUR PROFILE NAME]👉 参考ドキュメント serverless-nextjs-demo