Anyone know of a great community resource for sounding board on Serverless infrastructure ideas? Like talking out approaches to what pattern would be best for a certain need?
Dan Van Brunt
09/23/2021, 3:16 PM
We’re currently building a Serverless Data processing app/service.
The input is a 3rd Party calling our webhook for every users activity on a site. (videos watched, pages visited, files downloaded)
We want to turn this data into a helpful EOD digest summary sent to the user-owner on our BD side.
I’m noodling if something like this would work…
https://aws.amazon.com/getting-started/hands-on/build-serverless-real-time-data-processing-app-lambda-kinesis-s3-dynamodb-cognito-athena/
• Webhook -> Lambda -> EventBridge -> Kinesis Data Firehose -> S3 -> Amazon Athena -> Digest Notification