alexa-samples / skill-sample-python-fact

An Alexa Skill Sample showing how to build a fact skill in Python.
Other
120 stars 153 forks source link

Deployment of alexa-skills-kit-python36-factskill in Oregon Serverless App repository fails (refers to us-east-1 instead of us-west-2) #47

Open jennyd77 opened 1 month ago

jennyd77 commented 1 month ago

Running as full admin IAM user but error is: Resource handler returned message: "User: arn:aws:iam::XXXXXXXXXXXX:user/XXXXXXXX is not authorized to perform: lambda:GetLayerVersion on resource: arn:aws:lambda:us-east-1:173334852312:layer:ask-sdk-for-python-36:1 because no resource-based policy allows the lambda:GetLayerVersion action (Service: Lambda, Status Code: 403, Request ID: 8ce8debb-90c4-4c06-bd7f-7a0f9041ba3e)" (RequestToken: 9d4b798e-512f-d7b0-cb1d-7ca7f7f613ea, HandlerErrorCode: AccessDenied)

jennyd77 commented 1 month ago

The SAR cloudformation for this app in us-west-2 is trying to pull the ask-sdk-for-python-36 from us-east-1 and failing