11 - AWS Lamda
11 - AWS Lamda
1
2
What is Lambda?
3
AWS Lambda is a serverless computing service that
lets you run code in response to events without
managing servers.
5
"Image Processing: Let’s say users upload images to your app.
You can set up Lambda to automatically resize, compress, or
even apply filters to each image as it’s uploaded."
Event-Driven Execution:
These events can come from many different AWS services like
S3 (file uploads),
DynamoDB (database changes),
API Gateway (HTTP requests),
CloudWatch (scheduled events), etc.
7
MPRASHANT
Automatic Scaling:
Pay-as-You-Go:
9
MPRASHANT
Node.js (JavaScript)
Python
Java
C# (.NET Core)
Ruby
Custom Runtime API
10
MPRASHANT
11
MPRASHANT
12
MPRASHANT
13
MPRASHANT
14
MPRASHANT
15
MPRASHANT
16