We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406900e commit a8c6c05Copy full SHA for a8c6c05
1 file changed
README.md
@@ -18,6 +18,10 @@ Contributions and feature requests are welcome!
18
- Send, receive and peek messages
19
- Import Protobuf definitions and send Protobuf-formatted messages
20
21
+- **AWS SNS**
22
+ - Create, view and delete topics
23
+ - Create and delete subscriptions
24
+
25
Also see the [checklist of upcoming features](https://github.com/Visual-Vincent/GuiStack/issues/1).
26
27
## Download
@@ -53,6 +57,7 @@ GuiStack can be configured by setting various environment variables before start
53
57
| AWS_SECRET_ACCESS_KEY | localstack |
54
58
| AWS_REGION | eu-central-1 |
55
59
| AWS_S3_ENDPOINT_URL | http://localhost:4566 |
60
+| AWS_SNS_ENDPOINT_URL | http://localhost:4566 |
56
61
| AWS_SQS_ENDPOINT_URL | http://localhost:4566 |
62
| AWS_S3_FORCE_PATH_STYLE | true |
63
0 commit comments