Skip to content

Commit c094807

Browse files
authored
Update README.md
removed sqs
1 parent ad74b76 commit c094807

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,6 @@ Run docker command below from the `src` folder in a CLI
2828
docker compose -f docker-compose-base.yml -f compose-azure.yml --env-file asb.env up -d
2929
```
3030

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-
4731
## Running the code
4832

4933

0 commit comments

Comments
 (0)