You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The AWS services involved are:
42
42
-[DynamoDB](https://docs.localstack.cloud/user-guide/aws/dynamodb/) for the entities
43
43
-[Lambda](https://docs.localstack.cloud/user-guide/aws/lambda/) function that will validate the pictures, apply a watermark and replace non-compliant files.
44
44
-[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
46
46
47
47
48
48
#### How to use it
@@ -150,7 +150,7 @@ Current available actions using the GUI:
150
150
Files that are not pictures will be deleted
151
151
and the shipment picture will be replaced with a generic icon, because we don't want any trouble.
152
152
153
-
## Developer environment (Running on LocalStack)
153
+
## Running on LocalStack
154
154
155
155
156
156
To switch to using LocalStack instead of AWS services just run `docker compose up` in the root
0 commit comments