Skip to content
New issue

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

Does this work with HTTP APIs in addition to REST APIs? #57

Open
tibbe opened this issue Apr 26, 2023 · 2 comments
Open

Does this work with HTTP APIs in addition to REST APIs? #57

tibbe opened this issue Apr 26, 2023 · 2 comments

Comments

@tibbe
Copy link

tibbe commented Apr 26, 2023

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?

@SeanCansdale-Zoopla
Copy link

I also am running into this problem. Is there an answer?

https://www.serverless.com/framework/docs/providers/aws/events/http-api

@SeanCansdale-Zoopla
Copy link

The answer is that HTTP API does not support WAF.

https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants