Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 367 Bytes

Commands.md

File metadata and controls

13 lines (9 loc) · 367 Bytes

Some helpful commands for reference when building and deploying:

Package

sam package --template template.yaml --output-template packaged.yaml --s3-bucket raviserverlessrepo

Deploy

sam deploy --template-file ./packaged.yaml --stack-name myserverlesssearchstack--capabilities CAPABILITY_IAM --parameter-overrides TargetBucket=serverless-search-demo