no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
AWS Lambda Versions
Using Versions and Aliases to Pre-Warm Lambda Execution Environments when Handling Bursts of Traffic
In two recent posts I showed how to warm up execution environments for your Lambda functions so you can avoid the cold start penalty when you have a burst of traffic. In this post I’ll show how to use Lambda versions and aliases to make this process easier.
Dec 5, 2022
#
AWS Lambda
,
Cold Start
,
Burst
,
AWS Lambda Versions
,
AWS Lambda Alias
,
Function as a Service
Lambda function A/B Testing with .NET and Function URLs
With Lambda versions and aliases you can setup A/B testing for your functions. This example uses .NET 6 and Lambda Function URLs, but the same principles apply to other languages.
Aug 29, 2022
#
AWS
,
AWS Lambda
,
Function URLs
,
AWS Lambda Aliases
,
AWS Lambda Versions
,
dotNet
,
Function as a Service
Working with Lambda function versions
If you want to experiment with code variations for a Lambda function, try Lambda versions. In this post, you’ll see how to deploy a stable and experimental version of the same function.
Aug 23, 2022
#
AWS
,
AWS Lambda
,
AWS Lambda Versions
,
dotNet
,
Function as a Service
Cite
×