Categories:

Personal Blog using AWS Lambda and API Gateway

Original price was: ₹ 7,500.00.Current price is: ₹ 6,000.00.

Personal Blog using AWS Lambda and API Gateway A personal blog website that uses AWS Lambda for the backend and API Gateway for managing the APIs. The serverless architecture provides a scalable, low-cost solution for running a personal blog.

This project creates a serverless personal blog using AWS Lambda and API Gateway. The blog allows users to create, edit, and delete posts via API endpoints exposed by API Gateway. Lambda functions handle the backend logic, while DynamoDB stores the blog content. The project also implements authentication using AWS Cognito to protect sensitive actions.