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
Have you this up and running on Lambda@edge with Layers?
I get the error
com.amazonaws.services.cloudfront.model.InvalidLambdaFunctionAssociationException: The function cannot have a layer.
The text was updated successfully, but these errors were encountered:
@pontusab, Thank you for pointing it out, and you're right.
According to the doc, layers don't work:
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-requirements-limits.html#lambda-requirements-lambda-function-configuration
Lambda functions with AWS Lambda layers are not supported.
Obviously, I didn't try them out, and I'll fix that.
Sorry, something went wrong.
How come this repo works if layers are not supported on lambda on edge? how did you resolve it?
Wintus
No branches or pull requests
Have you this up and running on Lambda@edge with Layers?
I get the error
The text was updated successfully, but these errors were encountered: