An AWS CLI tutorial that demonstrates Iam operations.
bash lambda-aliases.shTo auto-run with cleanup:
echo 'y' | bash lambda-aliases.sh- Creating function (v1)
- Creating alias pointing to v1
- Deploying v2 with canary
- Invoking via alias (multiple times)
- Shifting all traffic to v2
- Alias
- Function
- Role
The script prompts you to clean up resources when it finishes.
Free tier eligible for most operations. Clean up resources after use to avoid charges.