localstack-deploy
Installation
SKILL.md
Infrastructure as Code Deployment
Deploy AWS infrastructure to LocalStack using popular IaC tools including Terraform, AWS CDK, CloudFormation, SAM, and Pulumi.
Capabilities
- Deploy Terraform configurations to LocalStack
- Run AWS CDK deployments locally
- Deploy CloudFormation stacks
- Build and deploy AWS SAM applications
- Execute Pulumi programs against LocalStack
- Validate infrastructure before deployment
Prerequisites
- The
lstkCLI installed and the emulator running (lstk start) — see thelocalstackskill - The underlying tool on your
PATH:terraform,cdk,sam, oraws.lstkproxies them; it does not bundle them.
lstk replaces the old awslocal / tflocal / cdklocal / samlocal wrappers — you no longer need to pip install/npm install them. Pulumi is the exception; see Pulumi.