HeadlessChromium.Puppeteer.Lambda.Dotnet is a Nuget Package that provides everything needed to run PuppeteerSharp in AWS Lambda with Chromium. The project uses the chromium binary extracted from Sparticuz/chromium and supports the lambda runtime configured as `netcoreapp3.1` or `dotnet6`. The chromium binary currently only supports `x86_64`. Usage examples include taking a screenshot of a URL as a byte[] using HeadlessChromiumPuppeteerLauncher, with more use cases available in the PuppeteerSharp documentation. The library is used in projects such as HtmlToPDF and can be built locally using the `.uild.ps1 -Target Build` command.