AWS Lambda now supports up to 10 GB Ephemeral Storage
aws.amazon.com
AWS Lambda now supports up to 10 GB Ephemeral Storage
1–10 of 18 posts
Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#2Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#3Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#4this is fantastic for anyone wanting to run Chrome inside of Lambda (one of the biggest challenges is getting Chrome to fit)
Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#5this is fantastic for anyone wanting to run Chrome inside of Lambda (one of the biggest challenges is getting Chrome to fit)
What's the use case? I see a sibling commenter mentioned puppeteer which I'm aware is essentially Chrome. Are you too referring to running puppeteer in Lambda? If so, what is the purpose?
Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#6this is fantastic for anyone wanting to run Chrome inside of Lambda (one of the biggest challenges is getting Chrome to fit)
What's the use case? I see a sibling commenter mentioned puppeteer which I'm aware is essentially Chrome. Are you too referring to running puppeteer in Lambda? If so, what is the purpose?
Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#7Earlier quoted context omitted.
What's the use case? I see a sibling commenter mentioned puppeteer which I'm aware is essentially Chrome. Are you too referring to running puppeteer in Lambda? If so, what is the purpose?
Puppeteer-core can already fit in a lambda around 60mb and can be used for web scraping, taking screenshots, or performance testing.
Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#8this is fantastic for anyone wanting to run Chrome inside of Lambda (one of the biggest challenges is getting Chrome to fit)
What's the use case? I see a sibling commenter mentioned puppeteer which I'm aware is essentially Chrome. Are you too referring to running puppeteer in Lambda? If so, what is the purpose?
Re: AWS Lambda now supports up to 10 GB Ephemeral Storage
#9Earlier quoted context omitted.
Puppeteer-core can already fit in a lambda around 60mb and can be used for web scraping, taking screenshots, or performance testing.
How’s the overhead? Are you launching full chrome every lambda invocation?
I use this Chromium binary https://www.npmjs.com/package/chrome-aws-lambda