Ask HN: What production features have you built using AWS Lambda/Serverless?
1–10 of 19 posts
Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#2Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#32. Endpoint for collecting anonymous usage stats in our apps.
Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#4Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#5Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#6Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#7I use Lambda specifically for creating thumbnails. My blog post about it: http://www.pesfandiar.com/blog/2017/03/10/serverless-photo-s...
Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#8I use it for a private photo/video sharing application. It has a dozen users, so may not qualify as "production", but I haven't had to look under the hood for almost a year now. I use Lambda specifically for creating thumbnails. My blog post about it: http://www.pesfandiar.com/blog/2017/03/10/serverless-photo-s...
Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#9I write LastWeekinAWS.com using an entirely serverless workflow. DynamoDB holds the links, populated through a scheduled Lambda function that pulls them in from Pinboard. Lambdas handle building out the newsletter from a Jinja2 template, building the archive on a schedule, and injecting static headers into the CloudFront distribution.
Re: Ask HN: What production features have you built using AWS Lambda/Serverless?
#10Add a specific label in Github PR => Listen to Github PR webhook => Trigger e2e tests in CI for that branch