maciejtreder / serverless-apigw-binary

Serverless plugin for binary files support in AWS Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Too Many Requests" Error with serverless `1.27.0`

jgeschwendt opened this issue · comments

After upgrading from serverless 1.26.1 I am receiving the following error

Serverless: Packaging service...
Serverless: Uploading CloudFormation file to S3...
Serverless: Uploading artifacts...
Serverless: Uploading service .zip file to S3 (40.42 KB)...
Serverless: Validating template...
Serverless: Updating Stack...
Serverless: Checking Stack update progress...
..............
Serverless: Stack update finished...
Service Information
service: [generated]
stage: [generated]
region: [generated]
stack: [generated]
api keys:
  None
endpoints:
  GET - https://[generated].amazonaws.com/dev/
  GET - https://[generated].amazonaws.com/dev/{proxy+}
functions:
  website: [generated]

  Serverless Error ---------------------------------------

  Too Many Requests

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com

  Your Environment Information -----------------------------
     OS:                     linux
     Node Version:           9.11.1
     Serverless Version:     1.27.0

Hello,

This is serverless bug in my opinion. Just reported an issue: serverless/serverless#4957

The only thing which I can say for now is: Downgrade to 1.26.1

Thanks you , my CI was down since few days due to that bug , fixed version to 1.26.1 solved this bug .

Can also confirm that using serverless v1.26.1 correctly retried after receiving "Too Many Requests". Thanks!