/wildrydes-site

Build a Serverless Web Application with AWS Lambda, Amazon API Gateway, AWS Amplify, Amazon DynamoDB, and Amazon Cognito

Primary LanguageHTML

Wild Rydes Web Application

This project showcases a serverless web application built using a variety of AWS services.

Overview

Wild Rydes is a demo application that illustrates how different AWS services can be integrated to create a scalable, reliable, and cost-effective serverless web application. To see my demo -> https://main.d34foduf9op41l.amplifyapp.com/

Architecture

The application utilizes the following AWS services:

  • AWS Lambda: For running backend code without provisioning or managing servers.
  • Amazon API Gateway: Provides a RESTful API that is integrated with the Lambda functions.
  • AWS Amplify: Used for hosting and deploying the web application frontend.
  • Amazon DynamoDB: Managed NoSQL database service for storing application data.
  • Amazon Cognito: Provides authentication and user management for the web application.

Serverless Architecture

Resources

This project is inspired by the AWS hands-on tutorial.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.