jam-cloud/lambda/jamtrack-importer/scripts/deploy-test

6 lines
241 B
Bash
Executable File

#!/bin/bash
sam build && sam deploy --template-file template.yaml --stack-name jamtrack-importer-dev \
--parameter-overrides $(cat env/dev.json | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]') \
--capabilities CAPABILITY_IAM