update: wpb-22590 documentation for Fake AWS (SNS/SQS) for websocket#98
Open
mohitrajain wants to merge 1 commit intomainfrom
Open
update: wpb-22590 documentation for Fake AWS (SNS/SQS) for websocket#98mohitrajain wants to merge 1 commit intomainfrom
mohitrajain wants to merge 1 commit intomainfrom
Conversation
…only notifications (no FCM/APNS)
sghosh23
reviewed
Feb 23, 2026
Contributor
sghosh23
left a comment
There was a problem hiding this comment.
Overall good, may be you can mention for on-prem this chart might be present in the cluster if they installed the wrapper chart fake-aws, in this case for any existing system they just need to expose the sns/sqs Endpoint to the gundeck config to satisfy the gundeck service.
| If you use the fake-aws version, clients will use the websocket method to receive notifications, which keeps connections to the servers open, draining battery. | ||
|
|
||
| Open a terminal and run: | ||
| To enable **websocket-only notifications** (no FCM/APNS), you must: |
Contributor
There was a problem hiding this comment.
May be its a good idea to put some context why must and what does the fakeAWS do here? (i.e, for initialization of the gundeck service by design)
| account: "123456789012" | ||
| region: "eu-west-1" | ||
| arnEnv: integration | ||
| queueName: integration-gundeck-events |
Contributor
There was a problem hiding this comment.
account, arnEnv, region, queueName can be any string value i guess
Contributor
Author
There was a problem hiding this comment.
yes, these are value holders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update documentation for Fake AWS (SNS/SQS) for websocket only notifications (no FCM/APNS)
Change type
Basic information
Testing
Tracking