Skip to content

Commit a8c6c05

Browse files
Updated README with SNS support
1 parent 406900e commit a8c6c05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Contributions and feature requests are welcome!
1818
- Send, receive and peek messages
1919
- Import Protobuf definitions and send Protobuf-formatted messages
2020

21+
- **AWS SNS**
22+
- Create, view and delete topics
23+
- Create and delete subscriptions
24+
2125
Also see the [checklist of upcoming features](https://github.com/Visual-Vincent/GuiStack/issues/1).
2226

2327
## Download
@@ -53,6 +57,7 @@ GuiStack can be configured by setting various environment variables before start
5357
| AWS_SECRET_ACCESS_KEY | localstack |
5458
| AWS_REGION | eu-central-1 |
5559
| AWS_S3_ENDPOINT_URL | http://localhost:4566 |
60+
| AWS_SNS_ENDPOINT_URL | http://localhost:4566 |
5661
| AWS_SQS_ENDPOINT_URL | http://localhost:4566 |
5762
| AWS_S3_FORCE_PATH_STYLE | true |
5863

0 commit comments

Comments
 (0)