
Meet Paulo Dichone, a software engineer and cloud expert, as he welcomes you to this hands-on course on AWS Lambda and the Serverless Framework.
Discover how AWS provides on-demand, scalable infrastructure and how Lambda delivers serverless functions. Learn to trigger and integrate Lambda with API Gateway, DynamoDB, and S3 for event-driven workflows.
Install node and the serverless framework, configure AWS credentials, and create a serverless-admin profile to deploy lambda functions via CloudFormation and streamline CI/CD workflows.
Explore deploying, running, logging, and destroying Lambda functions with the serverless framework, and leverage its CLI, CI/CD integration, and CloudWatch log support.
Learn how provider-level settings in serverless YAML propagate to all functions by default, with timeout and memory size inherited and selectively overridden at the function level.
Verify your AWS configuration by using the AWS sts get-caller-identity command and set credentials with AWS configure, adding your access key id and secret key from your AWS profiles.
deploy the SAM app to AWS cloud with guided SAM deploy, provisioning resources via CloudFormation, packaging artifacts in S3, and exposing a hello world Lambda through API Gateway.
Host and test your AWS Lambda API locally with AWS SAM, running sam local start-api and calling the hello endpoint. Rebuild updates with sam build before deploying to AWS Cloud.
Explore AWS Step Functions to build visual, state-machine workflows that orchestrate tasks with parallel execution, error handling, and optional human approval.
Configure a dynamic wait time in a Step Functions wait state by reading an integer from the input with SecondsPath, avoiding hard-coded values.
Explore task states in step functions by invoking a Lambda function to process input and produce output, using the Serverless Framework or AWS SAM and testing with sample ages.
Create and test step functions in VS Code with the AWS SAM CLI and AWS toolkit, render state machine graphs, download definitions, and run executions with varied inputs.
Build a serverless thumbnail generator in python by parsing s3 events, fetching the image, resizing it to a configured thumbnail_size, and uploading the thumbnail back to s3.
Set up a DynamoDB table named img-url-table to store thumbnail metadata, configure the DynamoDB table environment variable, and wire it to a Lambda-driven API for retrieving image data.
Save the thumbnail url and metadata to the DynamoDB table when a thumbnail uploads to S3, by calling save_thumbnail_url_to_dynamodb with url_path, url, and image size, including approxReducedSize.
AWS Lambda and the Serverless Framework is the QUICKEST way to get started in the serverless world, to deploy AWS Lambda functions in Amazon Web Services that infinitely scale without managing any servers!
This course, unlike others, has an approach that teaches you how to deploy AWS Lambda functions from the first lectures properly.
no manual work through the AWS UI
all your configuration and deployment is coded using YAML and the Serverless framework
no headaches packaging your functions as zip files
AWS Lambda is a fantastic tool to master when learned the right way.
Save in cost - you only pay per usage
save in operational burden - no servers to manage!
Scale automatically from 0 to millions of API calls.
Additionally, you will learn AWS SAM (Serverless Application Model), another framework used to configure, develop and deploy serverless applications.
For this course, we'll deploy several real-world functions to AWS Lambda:
An automated thumbnail generation service on S3 (Python)
A REST API using AWS API Gateway & Lambda (nodeJS)
A REST API using AWS API Gateway & Lambda (Python 3)
An Email Service Using Lambda, SES, API Gateway, and NextJS for the front-end (NodeJS)
An Email Subscriber Service using SNS, API Gateway, S3, EventBridge (Schedule), DynamoDB, Lambda, SendGrid API (NodeJS)
After finishing the course, you'll be able to write any function you want.
In this course, you will be learning, by doing, everything you need to know to be proficient at using AWS Lambda and integrating with many different AWS services through the Serverless Framework and AWS SAM framework!
Try this course, and you have 30 days to be refunded if you don't like it. You have nothing to lose!
---------------------------------
This course also comes with:
Lifetime access to all future updates
A responsive instructor in the Q&A Section
Udemy Certificate of Completion Ready for Download
A 30 Day "No Questions Asked" Money Back Guarantee!
Join me in this course if you want to learn about AWS Lambda and the Serverless Framework and master the AWS platform!