Skip to content

Instantly share code, notes, and snippets.

@fahu
Created May 9, 2017 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fahu/1278e35a09d2a317084aeede20703171 to your computer and use it in GitHub Desktop.
Save fahu/1278e35a09d2a317084aeede20703171 to your computer and use it in GitHub Desktop.
First time creating an Alexa Skill - Upload skill to S3 Snippet
# Upload your archived alexa skill to S3.
aws lambda update-function-code --function-name arn:aws:lambda:eu-west-1:1234567890123:function:your-alexa-app --zip-file fileb://target/your-alexa-app-0.1-jar-with-dependencies.jar
@fahu
Copy link
Author

fahu commented May 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment