I'm using playwright to do diagnosis on customer sites, and I'm wondering some things:

1) Does it have full Chrome Devtools support? Like, able to diagnose where a fetch() came from, what script sets a cookie? 2) How hard would it be to set up in an AWS Lambda (I can run Playwright without needing to run a container, which saves a lot of startup time/cost)?

Always interesting to see forward work on these kinds of tools which get used so foundationally billions of times a day.