chrome-aws-lambda
chrome-aws-lambda copied to clipboard
[QUESTION] Is it possible to use this lambda layer with .NET Core?
Apologies for what seems like a straightforward question. I cannot seem to find anyone doing this successfully. Is it possible to create a .NET Core lambda function in AWS that uses this layer?
@maxmoore14 this is nodejs powered package, it also depends on other npm packages which are also based on nodejs of course. So is it possible? - Unfortunately No :/
@maxmoore14 You should be able to use the chromium binaries in https://github.com/alixaxel/chrome-aws-lambda/tree/master/bin if you un-brotli them to /tmp. But you would obviously not get any of the functionality of the npm package itself.