Closed blurrah closed 4 years ago
Thank you!
This is actually incorrect. Lambda@Edge doesn't support nodejs12.x
runtime, at least at the moment this comment is written. See https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-requirements-limits.html#lambda-requirements-lambda-function-configuration
Runtime should be downgraded to nodejs10.x
.
Thanks @z0rc . Reverted the PR - on mobile but will take a look when I get back.
Node.js 12.x
Now supported as of March - https://aws.amazon.com/about-aws/whats-new/2020/03/lambda-at-edge-node12-python38/
AWS Lambda is dropping NodeJS 8 support on December 31st, as seen here.
This PR updates it to the latest LTS version.