-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppStagingSynthesizer: Execution role misses ECR access #27007
Comments
Can you please provide reproduction code, thanks |
@peterwoodworth just use a
|
I'm not sure I'm seeing the behavior I should be seeing - I tried both |
You have to wait, until the Lambda get's
|
Describe the bug
Using AppStagingSynthesizer lambda execution roles miss access to ECR. In this way Lambdas fail after a while with "The function does not have permission to access the specified image."
Expected Behavior
Access to ECR, so that images can be pulled to Lambda.
Current Behavior
No access to ECR
Reproduction Steps
Deploy a lambda, wait.
CDK CLI Version
2.94.0 (build 987c329)
Node.js Version
v18.17.1
OS
Mac OS
Language
Typescript
The text was updated successfully, but these errors were encountered: