Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 431 Bytes

File metadata and controls

15 lines (13 loc) · 431 Bytes

psqlコマンドを実行できるサンプルLambda

$ sam package \
    --template-file template.yaml \
    --s3-bucket 【バケット名】 \
    --output-template-file packaged-template.yaml \
    --region ap-northeast-1
$ sam deploy \
    --template-file packaged-template.yaml \
    --stack-name cfn-lambda-shell-func \
    --capabilities CAPABILITY_IAM

https://gitkado.hatenadiary.jp/entry/20191002/1570023221