šŸš€Day 28- Completed AWS Serverless Project ā­

šŸš€Day 28- Completed AWS Serverless Project ā­

Ā·

1 min read

āœ…Serverless Deployment of To-Do Application using AWS Lambda, AWS API Gateways, NodeJs, AWS RDS & Serverless Framework.

Here I developed a Todo application with serverless architecture using -
1) AWS Lambda for backend Functionality.
2) AWS API Gateway for API Interfaces.
3) AWS RDS for Data Persistence.

āœ…This project helped me get deeper insights of building and deploying serverless applications in cloud environments.

āœ…Such Serverless framework are used to streamline the deployment and management of the serverless component.

Note- Serverless Framework are so powerful that on the basis of YAML File they can run internally through Node Js code.

Ā