AWS Lambda Versioning for Alexa Skills - Dabble Lab #29

preview_player
Показать описание
#29: In this video, I walk through using Lambda versions to set up production and development Lambda function for Amazon Alexa skills. Although the example is for Lambda functions used for Alexa skills, the general topic applies to any Lambda use-case.
Рекомендации по теме
Комментарии
Автор

Got a strange error when trying to work with a versioned Lambda function, found this video - and it showed me the solution! Many thanks! Especially like the pointer to being able to have aliases help avoid publishing skills without constantly having to go through re-certification. Arguably not what Amazon had in mind, hope they don't close this as some sort of loophole.

michaelhoffmann
Автор

This video was amazing, saved me from creating new lambda functions every time. Reading aws documentation is painful and overly complex.

markdesign
Автор

Very helpful video. This is just what I needed. Thanks!

MrJumpingmaniac
Автор

Thanks for this video. I was looking for this. But I have a confusion. Please correct me if I am wrong. You said both versions are the snapshots of the original version which means both the versions (1 & 2) will never change. At the end of the video you first pointed version 2 to PROD alias and then you said after fixing the issue in latest lambda function we can change the alias to point to version 1. So how come version 1 is the latest lambda? version 1 itself is the snapshot of $Latest lambda function. And Do I have to create a new version every time I make changes to my lambda and then point that newer version to PROD alias?
Thanks

owaiskhanafridi
Автор

Any suggestions to manage this in a multi-account environment? I mean 1 account for dev, 1 for testing, 1 for prod, 1 for tooling/shared-services, etc. And great video! :)

eze
Автор

How do I add geographical end points for an existing lambda?

ZoTheShow