We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The API Gateway supports a newer HTTP API (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html). When I try to use this plugin I get:
The CloudFormation template is invalid: Unresolved resource dependencies [ApiGatewayRestApi] in the Outputs block of the template
Could it be that this plugin only works with the older style and thus constructs the wrong API Gateway name?
The text was updated successfully, but these errors were encountered:
I also am running into this problem. Is there an answer?
https://www.serverless.com/framework/docs/providers/aws/events/http-api
Sorry, something went wrong.
The answer is that HTTP API does not support WAF.
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html
No branches or pull requests
The API Gateway supports a newer HTTP API (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html). When I try to use this plugin I get:
Could it be that this plugin only works with the older style and thus constructs the wrong API Gateway name?
The text was updated successfully, but these errors were encountered: