Skip to content

Instantly share code, notes, and snippets.

@ljbili
ljbili / deploy.sh
Created March 22, 2021 23:35 — forked from jed/deploy.sh
Using AWS CloudFormation to deploy an edge lambda
#!/bin/sh
aws cloudformation deploy \
--template-file stack.yaml \
--stack-name edge-lambda-test \
--capabilities CAPABILITY_IAM \
--parameter-overrides Nonce=$RANDOM