DianaIonita / serverless-api-gateway-throttling

A plugin for the Serverless framework which configures throttling for API Gateway endpoints.
ISC License
69 stars 7 forks source link

Support for httpApi event? #7

Closed natac13 closed 2 years ago

natac13 commented 4 years ago

Hey, I am just wondering if this plugin supports throttling for httpApi events as well as http?

DianaIonita commented 4 years ago

Hi @natac13,

The plugin doesn't officially support httpApi events currently. Support may be added in the future, but there aren't any plans right now.

fcrdossantos commented 2 years ago

Hi, @DianaIonita does the plugin support the usage httpApi now? If not, do you have any recommendatiopns to apply a throttling with httpApi (api gateway v2)?

DianaIonita commented 2 years ago

Hi @fcrdossantos,

The plugin doesn't currently support httpApi, mainly because I've not had the chance to work with API Gateway v2 yet and I'm unaware of how it might be different from v1. I see that there's reasonable demand for it, so I'll start looking into how it may be implemented. I'll update this thread when I have updates, e.g. it's not needed or not possible, or it's done.

DianaIonita commented 2 years ago

Hi everyone,

Version 2.0.0 of this plugin has been released and it now supports Http APIs. If you encounter any issues, please raise them as separate tickets.