question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get ready for Lambda running environment updates

See original GitHub issue

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:

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:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
alixaxelcommented, Jun 1, 2019

@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.

0reactions
lifesaverlukecommented, Nov 5, 2021

Is this still an issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found