February 7, 2023
Building a CRUD API with SAM, PartiQL & DynamoDB
In this tutorial, we are going to see how to build a CRUD (Create, Read, Update, & Delete) API with node js using an SQL-compatible query language known as PartiQL to communicate with DynamoDB and AWS SAM as the framework.
Lean More