Skip to content

Instantly share code, notes, and snippets.

View dcbauer's full-sized avatar
💭
I may be slow to respond.

David C Bauer dcbauer

💭
I may be slow to respond.
  • Western Governors University
  • Salt Lake City, UT
View GitHub Profile
@jed
jed / deploy.sh
Last active April 24, 2024 15:45
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