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

Failed to deploy on AWS serverless with version 2.0.3 #37

Open rHidden opened 5 months ago

rHidden commented 5 months ago

The error encountered during the deployment of a Serverless Framework application. The error message indicates a TypeError with the message "settings.restEndpointSettings is not iterable."

pawel-pietak-tg commented 5 months ago

I've noticed that it happens when there is no apiGatewayThrottling config defined under custom block. Providing some default values there should help avoiding this issue.