We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad74b76 + c094807 commit ee643cbCopy full SHA for ee643cb
README.md
@@ -28,22 +28,6 @@ Run docker command below from the `src` folder in a CLI
28
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
29
```
30
31
-## **Amazon SQS**
32
-
33
-Configure the access to your SQS namespace by editing the variables in `src/sqs.env`
34
35
-```env
36
-AWS_REGION="<region>"
37
-AWS_ACCESS_KEY_ID="<access-key>"
38
-AWS_SECRET_ACCESS_KEY="<secret-access-key>"
39
-```
40
41
-Run docker command below from the `src` folder in a CLI
42
43
-```cmd
44
-docker compose -f docker-compose-base.yml -f compose-sqs.yml --env-file sqs.env up -d
45
46
47
## Running the code
48
49
0 commit comments