Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruti-T committed Jul 24, 2023
1 parent c0ac1f4 commit 416ac63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# WildRydes-Aws

This AWS workshop helps to create a simple serverless web application that enables users to request unicorn rides from the Wild Rydes fleet. The application will present users with an HTML-based user interface for indicating the location where they would like to be picked up and will interact with a RESTful web service on the backend to submit the request and dispatch a nearby unicorn. The application will also provide facilities for users to register with the service and log in before requesting rides.🦄
This AWS workshop helps to create a simple serverless web application that enables users to request unicorn rides from the Wild Rydes fleet.🦄

<h2>Application architecture</h2>
The application architecture uses AWS Lambda, Amazon API Gateway, Amazon DynamoDB, Amazon Cognito, SES, IAM and AWS Amplify Console.
<p>Amplify Console provides continuous deployment and hosting of the static web resources including HTML, CSS, JavaScript, and image files which are loaded in the user's browser. JavaScript executed in the browser sends and receives data from a public backend API built using Lambda and API Gateway. Amazon Cognito provides user management and authentication functions to secure the backend API. Finally, DynamoDB provides a persistence layer where data can be stored by the API's Lambda function.</p>

<h2>Static Web Hosting</h2>
AWS Amplify to host the static resources for your web application with continuous deployment built in.
<img src="https://github.com/Shruti-T/WildRydes-Aws/blob/main/images/For%20Readme/HomePg.gif">

View Full Workshop:- https://webapp.serverlessworkshops.io/0-introduction/

0 comments on commit 416ac63

Please sign in to comment.