Slide 7
Slide 7 text
AWS Serverless Ecosystem
Lambda
Simple Storage Service (S3)
Execute code in response to various triggers, such as HTTP
requests, changes AWS services, or custom events.
Scalable storage service, stores static assets, user uploads, and
other data used by your serverless applications.
API Gateway
You can create RESTful APIs and WebSocket APIs to connect
applications, Lambda functions, or other AWS services.