Using the PlanetScale serverless driver with AWS Lambda functions
Overview We recently released the PlanetScale serverless driver for JavaScript to allow developers to connect to their databases over HTTP, as opposed to TCP, which is blocked by some cloud providers. This guide will walk you through the most common use cases of the driver while building a serverless API on AWS using a Lambda function and API Gateway. To follow along, you’ll need: A PlanetScale account. An AWS account. NodeJS installed. VS Code and the VS Code Rest Client plugin installed. Pleas

