9 Best Articles in 2021
Buffer
Building Slack /slash commands with AWS Lambda
Buffer
2 min read · 44 saves · From 2016 · How to build a slack slash command with AWS Lambda
aws.amazon.com
AWS Lambda
aws.amazon.com
5 min read · 27 saves · From 2017 · AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running.
aws.amazon.com
Announcing Go Support for AWS Lambda
aws.amazon.com
9 min read · 63 saves · From 2018 · This post courtesy of Paul Maddox, Specialist Solutions Architect (Developer Technologies). Today, we’re excited to announce Go as a supported language for AWS Lambda. As someone who’s done their fair share of Go development (recent projects include AWS SAM Local and GoFormation), this is a release I’ve been looking forward to for a while. I’m […]
github.com
lambci/docker-lambda: Docker images and test runners that replicate the live AWS Lambda environment
github.com
16 saves · From 2016 · docker-lambda - Docker images and test runners that replicate the live AWS Lambda environment
intoli.com
Running FFmpeg on AWS Lambda for 1.9% the cost of AWS Elastic Transcoder
intoli.com
~16 min read · 17 saves · From 2018 · A guide to building a transcoder using Exodus, FFmpeg, and AWS Lambda.
medium.com
AWS Lambda Deployment using Terraform
medium.com
10 min read · 14 saves · From 2017 · Use Terraform to overcome common deployment and development related challenges with AWS Lambda.
HackerNoon
AWS Lambda Go vs. Node.js performance benchmark
HackerNoon
3 min read · 19 saves · From 2018 · Just this week AWS announced the release of Go for their Lambda service. This is pretty exciting as Go straddles a great niche between Java…
freeCodeCamp.org
Express.js and AWS Lambda — a serverless love story
freeCodeCamp.org
5 min read · 38 saves · From 2018 · If you are a Node.js developer or you’ve built an API with Node.js, there’s a big chance you used Express.js. Express is de facto the most…
HackerNoon
I’m afraid you’re thinking about AWS Lambda cold starts all wrong
HackerNoon
4 min read · 18 saves · From 2018 · When I discuss AWS Lambda cold starts with folks in the context of API Gateway, I often get responses along the line of:
Trending
github.com
nsriram/lambda-the-terraform-way
github.com
2020-12-31 · AWS Lambda using Terraform., an Introductory Cookbook - nsriram/lambda-the-terraform-way
Towards Data Science
I created my own YouTube algorithm (to stop me wasting time)
Towards Data Science
~14 min read · 21 saves · 2020-11-24 · Chris Lovejoy · Using the YouTube API and AWS Lambda
aws.amazon.com
New for AWS Lambda
aws.amazon.com
8 min read · 22 saves · 2020-12-01 · With AWS Lambda, you upload your code and run it without thinking about servers. Many customers enjoy the way this works, but if you’ve invested in container tooling for your development workflows,…
Towards Data Science
How to Build an AWS Lambda for Data Science
Towards Data Science
~16 min read · 11 saves · 2020-12-18 · A step-by-step walkthrough of how to build an AWS Lambda on top of a docker container image that is stored in the cloud — removing the…
More like this
cloudncode.blog
Best practices – AWS Lambda function
cloudncode.blog
10 min read · 23 saves · From 2017 · In this post we are going to go through the best practices while building an AWS Lambda function. In order to go through this blog you should know what is it and you should ideally have built at le…
datawire.io
3 Reasons AWS Lambda Is Not Ready for Prime Time
datawire.io
7 min read · 14 saves · From 2016 · 3 reasons AWS Lambda is not ready for prime time: Lambda is absurdly manual, Lambda is not well documented, and Lambda is terrible at error handling.
DEV Community 👩💻👨💻
Anatomy of AWS Lambda
DEV Community 👩💻👨💻
~13 min read · 23 saves · 2019-10-03 · AWS Lambda is famous service that has popularized the idea of serverless in cloud computing. It was not the first service of a kind, nor the last, but definitely was, and remains, the most popular and…
adomokos.com
Climb That Mountain: Using Ruby in AWS Lambda
adomokos.com
6 min read · 10 saves · From 2016 · It was May 2015 at the AWS Summit in Chicago, where I first heard about AWS Lambda . The company I worked for used Linode at that time, I ha...
github.com
graphcool/chromeless
github.com
86 saves · From 2017 · chromeless - 🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
github.com
awslabs/serverless-application-model: AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS.
github.com
18 saves · From 2017 · serverless-application-model - AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS.
aws.amazon.com
New for AWS Lambda
aws.amazon.com
~14 min read · 26 saves · From 2018 · I remember the excitement when was announced in 2014! Four years on, customers are using functions for many different use cases. For example, iRobot is using AWS Lambda to provide compute services for…
blog.scottlogic.com
Maintaining global state in AWS Lambda functions with Async Hooks
blog.scottlogic.com
8 min read · 12 saves · 2019-03-04 · This post looks at how the experimental Async Hooks API can be used to support global state within AWS Lambda functions. Considering that this is an experimental API it's worth treating with caution,…
Swift Language
Introducing Swift AWS Lambda Runtime
Swift Language
5 min read · 38 saves · 2020-05-29 · Tom Doron · It is my pleasure to announce a new open source project for the Swift Server ecosystem, Swift AWS Lambda Runtime. Distributed as a Swift package, the Swift AWS Lambda Runtime is designed to help Swift…