-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |