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
The problem happens when the function has iamRoleStatements value set (even an empty array). To avoid the issue, you also need to specify a value in iamRoleStatementsName.
I have the following serverless.yml (snippet)
And when trying to deploy I get:
ERROR: Global Role Name is not in expected format. Got name: "test-rest-ra-gui-apis-default-role"
This used to work up until some time ago (maybe I updated serverless or the plugin inadvertently)
Looking at the source code it's doing:
And checking some things on
fnJoin
, which puzzles me because I didn't find in the documentation any reference to itAny clues?
Thanks
The text was updated successfully, but these errors were encountered: