You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CloudFormation deploy failed for Alexa region "default": AlexaSkillFunction[AWS::Lambda::Function] CREATE_FAILED (Resource handler returned message: "Function creation failed because the function already exists" (RequestToken: e89dd224-baa8-8980-fff1-28a49d3dcbca, HandlerErrorCode: AlreadyExists))
There is no AlexaSkillFunction lambda for eu-west-1 in that account. It should also be using the pre-exisitng lambda anyway.
Can someone help me figure out how to use th cfn deployer with my pre-existing lambda?
The text was updated successfully, but these errors were encountered:
@jsetton is correct, that is the expected behavior of CloudFormation. If you have any problems using the lambda-deployer to achieve this please create a new issue.
I'm coming back to an alexa project after 9 months, and I'm having issues deploying it from my machine using the ask cli.
Previously, in #336 I had asked about deploying using the CFN deployer but using a pre-existing lambda function.
I have created my function in AWS, and added a Alexa Skill Set trigger.
I have then ran
ask init
and used the skill Id from the alexa dashboard.I have modified the following files:
stack-skill.yaml
ask-resources.json
skill.json
The error I get in the CLI is as follows:
The CloudFormation deploy failed for Alexa region "default": AlexaSkillFunction[AWS::Lambda::Function] CREATE_FAILED (Resource handler returned message: "Function creation failed because the function already exists" (RequestToken: e89dd224-baa8-8980-fff1-28a49d3dcbca, HandlerErrorCode: AlreadyExists))
There is no
AlexaSkillFunction
lambda for eu-west-1 in that account. It should also be using the pre-exisitng lambda anyway.Can someone help me figure out how to use th cfn deployer with my pre-existing lambda?
The text was updated successfully, but these errors were encountered: