aws lambda get-function --function-name YOUR_FUNCTION_NAME --query 'Code.Location'
| xargs curl -o YOUR_FUNCTION_NAME.zip
aws lambda get-function --function-name es-cleanup --query 'Code.Location' |xargs curl -o es-cleanup.zip
aws sts get-caller-identity|cat
Last active
April 10, 2021 06:17
-
-
Save ps-przemekaugustyn/bffa19440ac1b3d8aeb62e3c81dcbe8e to your computer and use it in GitHub Desktop.
AWS cheat sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment