How to deploy a lambda function using versioning and aliases + API Gateway
In this video we create a lambda function (a random number generator) and use versions and aliases to manage the deployment of the lambda function. ⚡️ Blog post: https://www.undefinedapps.com/post/de... 0:00 Intro: what are versions (numeric and $LATEST) and aliases and what are they useful for? 1:58 Iteration #1 - creating the lambda function, a new version, a new alias and an API Gateway endpoint url, which will trigger the function 5:45 Iteration #2 - create a new version and deploy the function by pointing the alias to the new version 6:59 Iteration #3 - A faster way to deploy the function and manage rollbacks, without using the aws console 11:18 Pointing an API gateway endpoint to trigger a lambda function's alias, instead of the $LATEST version ⚡️ Summary: The $LATEST version points to the latest version of the code of the function. For example, when you edit the code or upload a zip file with your code, the $LATEST version will immediately point to that version of the code. A numeric version of a function points to a snapshot of the function's code at the time when the version was released. This version of the code cannot be changed. An alias points to one of the versions of the function To manage the release and deployment of a lambda function, we can point an API Gateway endpoint to an alias and then when we release a new version of the function, adjust the alias to point to this new version. ⭐️ Subscribe for more content: https://newsletter.undefinedapps.com/ #AWS #Lambda #serverless

AWS Lambda intro - versions, aliases, concurrency, triggers, logs and monitoring

AWS Lambda Tutorial: Getting Started with Serverless Computing | KodeKloud

How to build a chat using Lambda + WebSocket + API Gateway? (nodejs)

Secure your API Gateway with Lambda Authorizer | Step by Step AWS Tutorial

APIs for Beginners - How to use an API (Full Course / Tutorial)

Claude Code Tutorial For Beginners

How to test and develop AWS lambda functions locally with nodejs?

Brain Focus Music ~ No Lyrics Work Playlist for Mental Clarity & Deep Work

Something is jamming GPS over Europe. Here's what we found

How to connect AWS Lambda to a MySQL database to update it? (using RDS proxy)

How to bundle a nodejs lambda function? (using esbuild)

AWS Lambda VERSIONS and ALIAS

How to drag and drop a div in react using hooks? (react-use-gesture + react-spring)

How to use environment variables with a Lambda function? (and how to encrypt them with KMS)

Create an API and host on AWS 🤩 | AWS Lambda & AWS API Gateway | AWS Tutorial 🔥 #awstraining

AWS API Gateway Introduction

AWS Lambda : load JSON file from S3 and put in dynamodb

How to Create Golden AMIs Using EC2 Image Builder

System Design Explained: APIs, Databases, Caching, CDNs, Load Balancing & Production Infra

