<hc/>
Tag

DynamoDB

2 projects in the catalog use this stack.

LocalStack2024

Serverless Quiz App

Quiz application that demonstrates a complete serverless stack on LocalStack. API Gateway routes traffic to Lambda handlers backed by DynamoDB, the static front end is served from S3, and questions are deployed with the AWS CDK so the whole thing comes up from a single cdk deploy.

PythonAWSLambdaDynamoDBAPI Gateway
LocalStack2025

LocalStack Swag Store

Storefront sample that wires together half a dozen AWS services on LocalStack. Cognito handles sign-in, products live in DynamoDB, images in S3, checkout goes through API Gateway to Lambda, and order events flow into SNS so a fulfilment Lambda can pick them up. Designed for live demos.

PythonAWSCognitoDynamoDBLambda