5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
|
|
#sam build --use-container --skip-pull-image && \
|
||
|
|
sam build --use-container && \
|
||
|
|
sam local invoke --event scripts/event-test.json --debug \
|
||
|
|
--parameter-overrides $(cat env/local.json | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]')
|