copa-america-partiql-demo
Know about PartiQL and AWS DynamoDB (https://dev.to/awscommunity-asean/dynamodb-with-partiql-2693)
For the implementation of PartiQL based SELECT statements, from the previous blog post, I've continued to develop queries for -
- Getting all the teams for Copa America
- Getting team info
- Getting all the matches for Copa America
- Getting all the matches played by a team
A detailed implementation is available on https://dev.to/awscommunity-asean/dynamodb-with-partiql-part-2-47fe
This project contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders.
- copa-america-partiql-demo - Code for the application's Lambda function.
- events - Invocation events that you can use to invoke the function.
- copa-america-partiql-demo/tests - Unit tests for the application code.
- template.yaml - A template that defines the application's AWS resources.
Deploy the sample application
The Serverless Application Model Command Line Interface (SAM CLI) is an extension of the AWS CLI that adds functionality…