What's the difference between APIGatewayV1 and API...
# general
q
What's the difference between APIGatewayV1 and APIGatewayV2? Some of the examples utilize both
b
@quick-airport-30353 https://aws.amazon.com/blogs/compute/announcing-http-apis-for-amazon-api-gateway/
There are currently two API Gateway namespaces for managing API Gateway deployments. The API V1 namespace represents REST APIs and API V2 represents WebSocket APIs and the new HTTP APIs
https://docs.aws.amazon.com/apigateway/index.html
m
Hi @quick-airport-30353 — also, in case it helps, I wrote a post recently that covers APIGateway V2, and at the end of the post you’ll find some linked examples, one of which is the same program in APIGateway V1 for comparison: https://www.pulumi.com/blog/api-gateway-to-eventbridge/ The major difference