Open
Description
AWS announced about changing running environment of Lambda.
There are two breaking changes:
- New
nodejs10.x
runtime uses Amazon Linux 2 - Any other runtimes except
nodejs10.x
will be updated to use Amazon Linux 2018.03 release (from Amazon Linux 2017.03 release)
Please refer below links also:
- https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
- https://aws.amazon.com/blogs/compute/upcoming-updates-to-the-aws-lambda-execution-environment/
According to @mhart's tweet, Amazon Linux 2018.03 based lambda runtime removed some deps including Perl and Dash. Here is a list of removed dependencies.
So we need to test serverless-chrome
with updated runtime, and discuss about supporting amazonlinux2 based lambda runtime.