temando / serverless-openapi-documentation

Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration
MIT License
93 stars 127 forks source link

Getting Rate Exceeded errors #12

Closed hassankhan closed 7 years ago

hassankhan commented 7 years ago
$ sls openapi generate -o swagger.yml

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

  Rate exceeded

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Forums:        forum.serverless.com
     Chat:          gitter.im/serverless/serverless

  Your Environment Information -----------------------------
     OS:                     darwin
     Node Version:           6.10.0
     Serverless Version:     1.16.1
nfour commented 7 years ago

Hmmm Interesting.

@zyrorl thoughts?

hassankhan commented 7 years ago

Just to update - they seem intermittent. I'm still having trouble getting some things to work but I haven't had the error again in a while now.

nfour commented 7 years ago

Yes I see it's related to https://github.com/serverless/serverless/issues/3821

This plugin shouldn't actually be hitting external resources except for your own CF references, which is a serverless issue.