-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(custom-resources): support custom lambda role in provider framework #12126
Comments
Added support to pass a custom role to the provider which the lambda will use. Can be used a.o. to pass a permission boundary. closes aws#12126
Aren't you better off using an escape hatch to add this PermissionBoundary field onto the generated role object? By the very nature of the framework being in the Core library it cannot use any of the IAM classes so it will be mostly string manipulation anyway. |
|
My project uses custom resources with the provider framework to handle the callback to CloudFormation. Thanks for making that easier!
But the provider framework does not support a custom role for the lambda function yet.
We need it because the policy requires a permission boundary to be set on a role. Without permission boundary, roles cannot be created, including default roles.
Use Case
Proposed Solution
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: