writing code, as the cloud provider takes care of infrastructure. Automatically handle the scaling of resources based on incoming traffic or event load. Cost Efficiency "pay-as-you-go" model, where you're billed only for the actual compute resources used.
across multiple data centers, ensuring redundancy and high availability. No server management tasks like provisioning, configuration, and security updates.
deploy, and manage applications without the need to manage infrastructure S3 API Gateway Lambda DynamoDB SNS Some of the services to build Full Stack App
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.
NoSQL database service, DynamoDB is well- suited for serverless applications due to its automatic scaling. Amazon Simple Notification Service (Amazon SNS) is a managed service that provides message delivery from publishers to subscribers. Note: There are many other Serverless Services
Create the AWS Lambda function (Author from Scratch) Choose "HTTP API“, In the "Routes" section, click "Add integration" and choose "Lambda function." Test (Curl, Browser) See the URL provided under the "Invoke URL" in the "Stage details" section.