サンプルアプリ作成
sam init -n test_project -r python3.7
パッケージアップロード
sam package --template-file template.yaml --output-template-file packaged-template.yaml --s3-bucket sample-bucket --profile myprofile
デプロイ
sam deploy --template-file packaged-template.yaml --stack-name TestStack --capabilities CAPABILITY_IAM --profile myprofile