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
asked 2 months ago108 views
1 Answer
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
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions