Replies: 1 comment 1 reply
-
Hey did you fix this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am defining a Code Pipeline via CDK following the docs here to deploy a lambda. The final stage deploys a lambda cloudformation stack however I get an S3 permissions error when the deploy stage runs.
The deploy stage is defined as:
the error is:
however when I check the permissions policy for the created role
arn:aws:sts::975050149793:assumed-role/CodePipelineStack-PipelineStackDeploylambdaapplicat-gF0oLczc8T7Z/1726918379606
in the IAM console I can see it has list bucket permissions on the given bucket:
what updates do I need to make to rectify this error?
Beta Was this translation helpful? Give feedback.
All reactions