Hacker News new | ask | show | jobs
by ElFitz 2344 days ago
FYI, if your setup relies on API Gateway, you probably could use VTL / Mapping Templates to directly send from API Gateway to Kinesis and skip the lambda altogether, like some do for dynamodb

See https://hackernoon.com/serverless-and-lambdaless-scalable-cr... And https://aws.amazon.com/blogs/compute/using-amazon-api-gatewa...

1 comments

Woo thanks! I did not know it. I might re-architect the workflow to have this.