Open ashwinv11 opened 4 years ago
Bumping this - it appears that currently when HTTP API is used the plugin creates another REST API alongside it.
I guess there's been no progress toward support for the new HTTP API, huh?
I'm bumping this too. I'll likely look at building the resources from scratch since it's not implemented in this library.
For anyone curious, I've found this resource: Hopefully, it'll do the trick: https://blog.deleu.dev/receiving-sqs-messages-via-api-gateway/
My goal is to have one API Gateway resource shareable across all my services. It works for a regularly defined function using httpApi
, but does not work for this plugin.
The new HTTP API Gateways have just announced support to integrate directly with Eventbridge, SQS, Kinesis, Step Functions, and AppConfig.
AWS documentation can be found here.
Any chance this plugin could support the new APIGW type? It would be incredible to harness the new HTTP APIs to write events directly to Eventbridge for example!