Lambda question

0

I am deploying my web app via asw serverless api lambda gateway through cicd integrations and keep getting an error "botocore.errorfactory.BadRequestException: An error occurred (BadRequestException) when calling the CreateDeployment operation: AWS ARN for integration contains invalid action" Can you please help me track down what is causing the issues and how to resolve it. I am using Python flask for app.y as a main web app file.

Thank you

Tu
已提问 2 个月前120 查看次数
1 回答
0

Can you double check what you have for the Action specified? The error "AWS ARN for integration contains invalid action" is usually returned when the Action specified on the AWS integration "Action" field is missing or invalid.

AWS
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则