- This sample deploys a Terraform configuration
- Copies a log file into an S3 bucket
- Sends a notification to an SQS queue
- Retrieves a message from an SQS queue
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKEN. - Docker
localstackCLIawslocalCLI- Terraform
makeandjq
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start
make ready- Clone the repository and navigate to the sample directory.
- Run the
./deploy.shscript to deploy the full sample.
./deploy.sh: Deployment scriptmain.tf: Terraform configuration fileprovider.tf: Terraform provider configuration filesome-log-file.log: Sample log file