I need to install local/chromium on lambda but it's too big to be stored so, it's possible to stored it in a bucket and use it on my lambda where the code/node_module is?
I need to install local/chromium on lambda but it's too big to be stored so, it's possible to stored it in a bucket and use it on my lambda where the code/node_module is?
Instead you can use aws lambda layers and use it within a lambda
Looks like there already a use case for you https://github.com/shelfio/chrome-aws-lambda-layer , similar question