Get ready for Lambda running environment updates
See original GitHub issueAWS 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Lambda execution environment - AWS Documentation
Lambda freezes the execution environment when the runtime and each extension have completed and there are no pending events.
Read more >AWS Lambda run time environment – Keep updating its version
When a lambda function is invoked, lambda looks to re-use the execution environment from a previous function invocation (if available).
Read more >Preparing your Local Development Environment For AWS ...
The most demanding piece of software from a local-hardware perspective is Docker which is used for replicating production Lambda environments and executing ...
Read more >Deploying to AWS Lambda - Slack | Bolt for JavaScript
1. Prepare the app for AWS Lambda. By default, our Bolt Getting Started app sample is configured to use SocketMode. Let's update the...
Read more >How to Get Effective Computing Services: AWS Lambda
Execution Environment – Lambda invokes your function in an execution environment, which provides a secure and isolated runtime environment. The execution ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@olecom What do you mean by infrastructure? I can provide access to a high-end server for a few hours if needed, I also maintain an Ansible playbook for specifically this if that helps. I tried to compile Chromium for Node 10 runtime and failed, so if you want to have a shot at this let me know how I can help.
Is this still an issue?