You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
The actual error object thrown by the serverless aws provider has changed in the above mentioned versions.
When expecting an error it's better to rely on something more abstract and formal than the message of the error. Good choices might include the code or the statusCode
The search for error message contents from the provider call at https://github.com/deliveryhero/serverless-aws-documentation/blob/master/src/documentation.js#L107 is broken in serverless > 2.30.3 by the change here serverless/serverless@89b813d
The text was updated successfully, but these errors were encountered: