serverless-operations / serverless-apigateway-service-proxy

This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.
261 stars 78 forks source link

Support New HTTP API AWS Service Integrations #99

Open ashwinv11 opened 4 years ago

ashwinv11 commented 4 years ago

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!

peterstarling commented 3 years ago

Bumping this - it appears that currently when HTTP API is used the plugin creates another REST API alongside it.

miguelespinoza commented 2 years ago

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.