AWS

Versions and Aliases in AWS Lambda

Create versions and aliases of Lambda functions in order to test your changes in different environments or stages without affection your live production code.

Adjust AWS Cron Events for Daylight Savings Time

Adjust AWS Cron Events using Lambda to minimize Daylight Savings Time's effects on your services.

Error Handling in API Gateway with AWS Lambda and Node.js

Learn how to set up error codes in API Gateway when working with Lambda functions written in Node.js.