How to use PartiQL with DynamoDB in Node.js
A primer to get you going without needing to bash your head against the AWS documentation.

In this article I’ll take you on a quick tour of PartiQL, showing you how to use PartiQL to query DynamoDB with Node.js. PartiQL is an SQL-compatible query language we can use to interact with our DynamoDB tables. The article aims to be a…