chrome-aws-lambda icon indicating copy to clipboard operation
chrome-aws-lambda copied to clipboard

[QUESTION] Is it possible to use this lambda layer with .NET Core?

Open maxmoore14 opened this issue 4 years ago • 2 comments

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 avatar Oct 26 '21 13:10 maxmoore14

@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 :/

bestplay9384 avatar Oct 26 '21 13:10 bestplay9384

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

Sparticuz avatar May 04 '22 18:05 Sparticuz