Treat Quantum as a real application

This commit is contained in:
2026-04-20 16:55:57 -03:00
parent c363cab9bd
commit 8d396bd38a
6 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
# aws-localstack
OpenTofu project for provisioning simulated AWS resources on LocalStack for the fictional Quantum application.
OpenTofu project for provisioning AWS resources on LocalStack for the Quantum application.
LocalStack endpoint:
@@ -13,9 +13,9 @@ https://localstack.paulononato.com.br
- S3 bucket for Quantum application artifacts.
- SQS main queue and DLQ.
- Python Lambda function for event processing.
- IAM role and fictional policies for the Lambda function.
- IAM role and policies for the Lambda function.
- CloudWatch Log Group.
- Secrets Manager secret with simulated credentials.
- Secrets Manager secret with application configuration.
- Event source mapping SQS -> Lambda.
## Repository Layout
@@ -63,7 +63,7 @@ Choose an environment first:
cd environments/dev
```
Use `environments/stg` or `environments/prd` for the other simulated stages.
Use `environments/stg` or `environments/prd` for the other stages.
Initialize: