A working example of a deployment using Chromium, in a C# Environment.
Uses the project: https://github.com/Sparticuz/chromium in order to provide the necessary binaries for deployment.
I noticed there was a distinct lack of examples of how to get this running on C#, without the use of a Docker Lambda.
Two examples are given here.
- ChromeDevToolsProtocolLambda: Shows an example working directly with hte Chrome Dev Tools Protocol in C#.
- PlaywrightLambda: Shows an example utilising Playwright
All deployment is done via the aws-cdk and is found in the infrastructure folder.