Change the repository type filter
All
Repositories list
87 repositories
localstack-pro-samples
PublicSample projects to demonstrate advanced LocalStack featurestest-codepipeline-source
Public- A serverless application that automatically resizes images on S3 upload using Lambda. Showcases Lambda hot reloading for rapid development, integration testing, and S3 event-driven architecture on LocalStack.
lambda-sam-authorizer
Public- Examples & use-cases around LocalStack for Snowflake
- A complete serverless quiz application showcasing the entire LocalStack platform. Demonstrates Cloud Pods, Chaos Engineering, IAM Policy Stream, Ephemeral Instances, and end-to-end testing.
- Build and test a data analytics pipeline to query structured data in S3 using Athena and Glue on LocalStack. Demonstrates local Big Data testing and using the Resource Browser for interactive SQL queries.
- A full-stack shipment management app (React, Spring Boot) using S3, Lambda, and DynamoDB. Demonstrates IaC testing with Terraform and highlights AWS parity for seamless local development on LocalStack.
- Demonstrates chaos engineering in a multi-region serverless application using API Gateway, Lambda, DynamoDB, and Route53. Test resilience, automated failover, and data integrity with LocalStack's Chaos API.
- Demonstrates how to setup and provision an RDS database using CDK and a Lambda custom resource on LocalStack. Showcases Cloud Pods for pre‑seeded CI and fast, reproducible tests on LocalStack.
- Deploy a containerized Node.js app on ECS Fargate with an ALB using AWS CDK. Showcases ECS code-mounting for hot-reloading and remote debugging capabilities for rapid development cycles on LocalStack.
- Showcases real-time data replication from RDS (MariaDB) to Kinesis using AWS DMS on LocalStack. Implements both full-load and Change Data Capture (CDC) tasks to stream database changes for analytics.
aws-deep-dives
Publicsamples-codepipeline
Publicchaos-sample
Publicpolaris-demo
Public- A simple note taking application using modular AWS SDK for JavaScript (v3)
- Serverless Container-based APIs with Amazon ECS and Amazon API Gateway deployed using LocalStack
- Sample Pulumi projects to demonstrate LocalStack features
sample-lambda-neo4j
PublicIntegrating a local Lambda function with Neo4j using LocalStack- Application to host a website for fuzzy-searching a movie database
- Sample application showcasing how to use the ECS Code Mounting feature with AWS CDK in Python.
wordpress-ecs-rds-cdk
Public- Sample Application showcasing how to use Aurora PostgreSQL as a source and kinesis as a target in DMS to create a cdc task using the CDK in Python