We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 lambda@edge permissions
I wanted to provide a custom IAM policy but it doesn't seem possible since it's only attached at creation time I think.
Trying to permit access to other services for use within the lambda (e.g. S3), but can't.
The module would permit passing in a custom IAM role/policy to be attached.
Not using the module
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Feature
Custom lambda@edge permissions
Expected Behavior
I wanted to provide a custom IAM policy but it doesn't seem possible since it's only attached at creation time I think.
Use Case
Trying to permit access to other services for use within the lambda (e.g. S3), but can't.
Describe Ideal Solution
The module would permit passing in a custom IAM role/policy to be attached.
Alternatives Considered
Not using the module
Additional Context
No response
The text was updated successfully, but these errors were encountered: