alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Credentials #25

Open ferguson4848 opened 7 years ago

ferguson4848 commented 7 years ago

I think I must be just overlooking something easy, but where do I get the AWS Key?

Thanks

landek commented 7 years ago

I was confused about this at first as well, here is where you get those

http://stackoverflow.com/questions/21440709/how-do-i-get-aws-access-key-id-for-amazon

Shanker511 commented 7 years ago

in aws.amazon there is a "my security credentials " tab under your name you can download your key there. Let me know if you can get npm to work with the code. I am having issues with getting the repository to load with npm.

On Fri, Jan 27, 2017 at 10:58 PM, Tony notifications@github.com wrote:

I have been wondering/trying to figure out the same thing. I am not totally sure what AWS key it means.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexa/interactive-adventure-game-tool/issues/25#issuecomment-275829718, or mute the thread https://github.com/notifications/unsubscribe-auth/ACDIl7Tfry14oP7bT2B2bHbh22Opo8g5ks5rWtjsgaJpZM4Ltn_P .

Genises commented 7 years ago

I get this error message when I try to upload the skill: [Function not found: arn:aws:lambda:us-east-1:[.....]] This is because my function ist under arn:aws:lambda:us-west-1:[.....]

But where can I change this?

deanobalino commented 7 years ago

@Genises The Alexa Skills Kit is only supported for AWS Lambda in the us-east-1 region. You'll need to recreate your function in us-east-1

Genises commented 7 years ago

They work on us-west-1 too, but just under ireland. I ended up uploading it manually.