AWS SAMでLambdaとAPI Gatewayをデプロイする


SAMアプリケーションの作成
sam init
SAMアプリケーションのビルド
sam build
SAMアプリケーションのパッケージ化
sam package --s3-bucket test --output-template-file out.yaml
SAMアプリケーションのビルド
sam deploy --template-file out.yaml --stack-name test --capabilities CAPABILITY_IAM

最後まで読んでいただきありがとうございました。