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
If I run serverless deploy -s dev from my local machine, my function deploys with my layer (non-dockerized). Non-dockerized because they're simple packages and don't need docker, however I'm using serverless-python-requirements to put the packages in layer.
I want to do a serverless deploy on code push, so I've set up codepipeline, and all is good until the step which give me Access Denied:
so yeah, my issue related to serverless permissions needed in codepipeline/codebuild...
...there were lots of other policies that needed applying too serverless/serverless#1439
If I run
serverless deploy -s dev
from my local machine, my function deploys with my layer (non-dockerized). Non-dockerized because they're simple packages and don't need docker, however I'm using serverless-python-requirements to put the packages in layer.I want to do a serverless deploy on code push, so I've set up codepipeline, and all is good until the step which give me Access Denied:
Question is, what is this necessary access?
The text was updated successfully, but these errors were encountered: