Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created November 4, 2018 12:53
Show Gist options
  • Select an option

  • Save mlabouardy/c0709a57f309becdcefe027421feb4a0 to your computer and use it in GitHub Desktop.

Select an option

Save mlabouardy/c0709a57f309becdcefe027421feb4a0 to your computer and use it in GitHub Desktop.
Create a AWS Lambda alias with CLI
aws lambda create-alias --function-name Fibonacci \
--name production --function-version 2 \
--region eu-west-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment