Skip to content

Instantly share code, notes, and snippets.

View DheerajArora5's full-sized avatar
💭
Learning Everyday

Dheeraj Arora DheerajArora5

💭
Learning Everyday
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