Adding Code to AWS Lambda, Lambda Layers, and Lambda Extensions Using Dockerby@taavi-rehemagi
334 reads

Adding Code to AWS Lambda, Lambda Layers, and Lambda Extensions Using Docker

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

AWS Lambda received two significant improvements at the end of the year. Lambda Layers, Lambda Extensions, and Docker images for Lambda functions can be used together. Layers are helpful in multiple ways to add code to Lambda that isn’t directly part of our Lambda function. The most prevalent way layers are used is for custom runtimes. This means you can create a layer for a programming language that is not officially supported for AWS. There are even runtime layers with runtime support, so you can just pull an open-source runtime and writing code in the language of your programming language.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Adding Code to AWS Lambda, Lambda Layers, and Lambda Extensions Using Docker
Taavi Rehemägi HackerNoon profile picture

@taavi-rehemagi

Taavi Rehemägi


Receive Stories from @taavi-rehemagi

react to story with heart
Taavi Rehemägi HackerNoon profile picture
by Taavi Rehemägi @taavi-rehemagi.CEO of Dashbird. 13y experience as a software developer & 5y of building Serverless applications.
Serverless af

RELATED STORIES

L O A D I N G
. . . comments & more!