Is there a way to use the same Chromium browser for every new request in Lambda to avoid logging in again and again?
We are using Node.js Puppeteer core for a bot that requires two-factor authentication the first time it runs. We migrated the code to AWS Lambda for cost savings, but we encountered a problem: when Lambda creates a new container for every request, it requires authentication each time.