Summary
Keywords
Full Transcript
Welcome to Day 2 of my #100DaysOfAWS journey! ☁️ Project Resources: Kodekloud labs (AWS): https://kodekloud.com/studio/labs Github: https://github.com/Priyanshu885588/100-days-100-aws-projects/tree/main/day02-serverless-todo-api Architecture Diagram: https://github.com/Priyanshu885588/100-days-100-aws-projects/blob/main/day02-serverless-todo-api/architecture.png In today's project, we build a fully serverless REST API using AWS. Instead of managing servers like we did on Day 1, we let AWS handle the infrastructure automatically. We will create a simple Todo API where users can create tasks and retrieve tasks using HTTP endpoints. This architecture is widely used in modern cloud-native applications and demonstrates how developers build scalable backend systems without managing servers. What You Will Learn Today: Serverless Architecture: Understanding how modern applications run without servers. AWS Lambda: Running backend code on-demand without managing infrastructure. API Gateway: Exposing secure HTTP endpoints to the internet. DynamoDB: Using a fully managed NoSQL database for high scalability. API Testing: How to test APIs using curl from the terminal. Learning Resources: AWS Lambda: https://www.geeksforgeeks.org/devops/introduction-to-aws-lambda API Gateway: https://www.solo.io/topics/api-gateway/aws-api-gateway DynamoDB: https://www.geeksforgeeks.org/python/dynamodb-introduction/ 🕒 Timestamps: 0:00 - Introduction to Day 2 1:28 - About API-Gateway 2:19 - About AWS Lambda 5:01 - Learn Workflow 6:58 - Project Documentation 7:40 - Create Free AWS Account 8:50 - Create DynamoDB Table 10:20 - Create Lambda Function 15:55 - Create API Gateway 19:08 - Testing API 23:30 - Wrap Up - About the Series: I am building 100 AWS projects in 100 days to go from cloud beginner to AWS Architect. Each video is a hands-on project designed to teach you practical skills used in real DevOps, Developer and Cloud Engineering jobs. Follow the journey and build with me as we explore real AWS architectures step-by-step. Stay ahead with AWS — Subscribe and build with me! 🔔 #AWS #100DaysOfAWS #Serverless #Lambda #APIGateway #DynamoDB #CloudComputing #DevOps #LearnInPublic #CloudArchitecture
