Want to Master AWS Lambda? Watch This Now

preview_player
Показать описание
Let's get started with AWS Lambda by setting up our first function from scratch. We'll set up the necessary permissions, look at how you can find logs about Lambda executions, take a moment to understand Lambda's pricing, and then explore where to find and change the Lambda configuration options!

In the end, we'll go through cleanup, removing any triggers, deleting the Lambda function, and clearing out the roles in IAM to avoid any unexpected charges, keeping our AWS environment tidy.

Intro and Prerequistites - 00:00
Creating an AWS Lambda Function (and what all those options mean) - 00:45
What are the handlers and testing the function manually - 05:54
What are AWS Lambda Triggers (and how to create one) - 08:01
How to View Permissions in AWS Lambda - 09:52
Monitoring AWS Lambda Invocation in CloudWatch Logs - 10:39
How AWS Lambda is Billed (calculate per-request price) - 11:34
How to Configure AWS Lambda (CPU, Memory and Timeout) - 13:16
Cleaning up resources created by Lambda - 14:45

📰 *Sign up for my newsletter*

☕*Buy me a coffee*

🖥️ *Free Courses to Learn Programming*

🛒 *Products I recommend*

*Connect with me*

#codevev
Рекомендации по теме
Комментарии
Автор

What are you using AWS Lambda Functions for?

codevev