Build a Serverless API using AWS Lambda, CDK, and Neon

This guide will teach you how to build a serverless API using AWS Lambda, CDK (with TypeScript), and Neon. You will create a REST API with a single HTTP endpoint that returns a list of products from a Neon database. You can find the complete code for this guide on GitHub. Prerequ...

clouddev

Sources