I have a build failing with an Access Denied error.
-
Is there anyway to get any details here? Based on some sleuthing this seems to likely be lacking S3 permission for the bucket to be created? Are there any plans to add logging here? This is not the first instance of this https://github.com/serverless/serverless/issues/4981.
-
I note that a bucket has been created with a truncated name. Is there a 24 character limit here? I don’t see it documented. That would potentially explain this issue. This appears to have broken our permissions model with “*” permissions since the lambda name got trucated.
-
set SLS_DEBUG=1
-
./node_modules/.bin/serverless deploy --verbose --stage dev
…
Serverless Error ---------------------------------------Access Denied
-