A collection of AWS sample applications that can be deployed and tested with LocalStack.
Each sample includes up to four Infrastructure-as-Code deployment methods:
- Scripts — AWS CLI shell scripts
- Terraform — HashiCorp Terraform configurations
- CloudFormation — AWS CloudFormation templates
- CDK — AWS Cloud Development Kit apps
# Set AWS credentials for LocalStack
export AWS_ACCESS_KEY_ID=test
export AWS_SECRET_ACCESS_KEY=test
export AWS_DEFAULT_REGION=us-east-1
# Deploy a sample
bash lambda-function-urls/python/scripts/deploy.sh
# Teardown
bash lambda-function-urls/python/scripts/teardown.sh- Docker
- LocalStack (running on localhost.localstack.cloud:4566)
- AWS CLI
- Terraform (for Terraform deployments)
- AWS CDK + Node.js (for CDK deployments)