Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What's new with AWS Lambda in 2021

Avatar for Aletheia Aletheia
February 11, 2021

What's new with AWS Lambda in 2021

AWS UG presentation slides and demo code about AWS Lambda announcements at re:Invent 2020

Avatar for Aletheia

Aletheia

February 11, 2021
Tweet

More Decks by Aletheia

Other Decks in Technology

Transcript

  1. Luca Bianchi Who am I? github.com/aletheia https://it.linkedin.com/in/lucabianchipavia https://speakerdeck.com/aletheia Chief Technology

    Of fi cer @ Neosperience Chief Technology Of fi cer @ WizKey Serverless Meetup and ServerlessDays Italy co-organizer www.bianchiluca.com @bianchiluca
  2. A few fundamental updates to AWS serverless de fi ning

    service re:Inventing AWS Lambda • 1ms Billing Granularity • up to 10GB function memory and 6 vCPU • Container Image Support https://aws.amazon.com/it/blogs/aws/new-for-aws-lambda-functions-with-up-to-10-gb-of-memory-and-6-vcpus/
  3. A few fundamental updates to AWS serverless de fi ning

    service Lambda Container Image Support • AWS provided base images • AWS alternate images (Alpine, Debian, and Ubuntu) • Lambda Extension API support • No support for Lambda Layers (but, do you really need them?) • SAM support • AWS CDK support https://aws.amazon.com/it/blogs/aws/new-for-aws-lambda-container-image-support/
  4. Bring your own container • use multi-docker to build your

    image • Lambda Runtime Interface Clients • Lambda Runtime Interface Emulator https://docs.aws.amazon.com/ lambda/latest/dg/images- create.html#images-create-2