Skip to content

Commit b182296

Browse files
committed
-fix README
1 parent e87c1c9 commit b182296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The AWS services involved are:
4242
- [DynamoDB](https://docs.localstack.cloud/user-guide/aws/dynamodb/) for the entities
4343
- [Lambda](https://docs.localstack.cloud/user-guide/aws/lambda/) function that will validate the pictures, apply a watermark and replace non-compliant files.
4444
- [SNS](https://docs.localstack.cloud/user-guide/aws/sns/) that receives update notifications
45-
- [SQS](https://docs.localstack.cloud/user-guide/aws/lambda/) that subscribes to a topic and delivers the messages to the Spring Boot app
45+
- [SQS](https://docs.localstack.cloud/user-guide/aws/sqs/) that subscribes to a topic and delivers the messages to the Spring Boot app
4646

4747

4848
#### How to use it
@@ -150,7 +150,7 @@ Current available actions using the GUI:
150150
Files that are not pictures will be deleted
151151
and the shipment picture will be replaced with a generic icon, because we don't want any trouble.
152152

153-
## Developer environment (Running on LocalStack)
153+
## Running on LocalStack
154154

155155

156156
To switch to using LocalStack instead of AWS services just run `docker compose up` in the root

0 commit comments

Comments
 (0)