Questions tagged [aws]
AWS refers to Amazon Web Services.
169 questions
2 votes
2 answers
130 views
How to deal with a poorly documented AWS SQS feed for a security product API?
I’m integrating with the Ajax Enterprise API which exposes an AWS SQS feed for device events and notifications. The API documentation is here: Ajax Enterprise API Docs. Each SQS message supplies an ...
0 votes
1 answer
130 views
How to model a bidirectional, one-to-one relationship in DynamoDB?
I'm building a WebSocket API Gateway in AWS. When a device connects, API Gateway assigns the connection a unique connection ID. I need to store the relationship between the connection ID and device ...
1 vote
1 answer
159 views
Designing a Kafka consumer that gets a high throughput of "redundant" events
Context: We have 2 services - a user-facing API server and a background processing Kafka worker. Both of these are hosted on AWS EKS, and we use AWS MSK for Kafka. The job of the API server is to ...
0 votes
1 answer
462 views
Is it a good idea to serve a Single Page Application as a static site?
I've built a small single-page web application in React and seen that it's possible to serve the app as a static site on something like S3. Previously, I considered using Nginx, but as this is lower ...
1 vote
2 answers
344 views
Using Fargate (serverless compute) to replace leadership election
I currently have a solution that requires leadership election for HA. It processes files as they arrive in an SFTP server, and Subscribe to an Active MQ feed; and therefore we don't want multiple ...
-2 votes
2 answers
240 views
Quiz Site Software Architecture Question
I am currently writing an application that is going to be an adaptive quiz-like site for studying. The idea is a user is studying some topic and they are given questions on the site and enter their ...
-1 votes
2 answers
151 views
Architecture for EOD (end of day) stock exchange prices
I need to work out the architecture for a NASDAQ frontend charting application (a desktop app in .Net). Note that this is NOT for real-time quotes. NASDAQ provides an api that gives historical pricing,...
1 vote
0 answers
874 views
AWS multiple SQS queues on one bucket without fanout
I am coming into a project that uses an Amazon S3 Bucket for a process. For my application, I need to know (within a reasonable time - order of a few minutes, at most) whether a new file has beeen ...