Viewing profile — hexene
hexene
HN member- Joined
- Thu, Nov 02, 2017, 4:17 AM UTC
- HN karma
- 10
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About hexene
No profile information was provided.
Recent public activity
- story
-
comment
Comment #20022079
If you wanted multiple pull-based consumers for the stream, wouldn't you need a separate SQS queue per consumer, with each queue hooked up to SNS? Perhaps I'm mistaken, but that se…
-
comment
Comment #20021086
Possibly this: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQS...
-
comment
Comment #20021002
One downside of SQS is that it doesn't support fan-out, for eg. S3->SQS->multiple consumers. The recommendation instead seems to be to first push to SNS, and then hookup SQS/other …
-
comment
Comment #15641157
It really depends on the use-case, though I'll concede that docker would've been overkill for the parent based on their comment below.
-
comment
Comment #15607849
I'm of course not suggesting you switch back to MySQL, but distributing preconfigured MySQL docker images perhaps might've helped with your configuration troubles.