leftclickben / serverless-api-stage

AWS API Gateway stage plugin for serverless framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment can fail if Role name has more than 64 characters

alexiaallanic-myob opened this issue · comments

The created role name is a join of

  • service name
  • stage name
  • region
  • 'apiGatewayLogRole'

It should probably get a substring of 64 characters for this join as it will easily reach the max name length allowed by AWS

I have the same issue, the standard template for the role name should be reduced