Description
Currently, to run our playwright E2E tests defined in /e2e-tests, we have a custom lambda defined in that directory
We should migrate the lambda logic out of this repo into the /lambdas directory, where we should reuse as much of the container and build configuration as possible to build a lambda that runs the e2e-tests in the same way it does now, passing the same parameters and configuration as the current one
We do NOT want to move the E2E test code itself into the lambdas directory, just move the lambda harness and have a container that pulls in the test code source from its current location
Additional context
Description
Currently, to run our playwright E2E tests defined in /e2e-tests, we have a custom lambda defined in that directory
We should migrate the lambda logic out of this repo into the /lambdas directory, where we should reuse as much of the container and build configuration as possible to build a lambda that runs the e2e-tests in the same way it does now, passing the same parameters and configuration as the current one
We do NOT want to move the E2E test code itself into the lambdas directory, just move the lambda harness and have a container that pulls in the test code source from its current location
Additional context