DianaIonita/serverless-api-gateway-caching

Error: Update size too large. Try updating stage in multiple UpdateStage operations

Closed this issue · 4 comments

This error occurs when a large number of APIs exist in the template. The AWS updateStage call can only take a smaller batch of operations.

I suggest that the calls to updateStage be batched. If you want I can create a PR with my changes if you want.

Im getting the same error

Hi @afarqu and @daniyals,
How many functions have you defined in your serverless.yml?

22 functions

Hi @afarqu and @daniyals,

I've just released v1.3.6 which should fix this issue.