LoginSignup
0
0

More than 5 years have passed since last update.

AWS SAM 入門

Posted at

サンプルアプリ作成

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
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0