leftclickben / serverless-api-stage

AWS API Gateway stage plugin for serverless framework
MIT License
47 stars 16 forks source link

Deployment can fail if Role name has more than 64 characters #27

Open alexiaallanic-myob opened 5 years ago

alexiaallanic-myob commented 5 years ago

The created role name is a join of

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

jordanandres1 commented 5 years ago

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