Treat Quantum as a real application
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user