https://github.com/julien-muke/wildrydes
Build a ride sharing app (for unicorns!), pulling from the AWS Wild Rydes sample project. Used seven different AWS services: CodeCommit, Amplify, Cognito, Lambda, IAM, API Gateway and DynamoDB.
https://github.com/julien-muke/wildrydes
amplify api-gateway codecommit cognito dynamodb iam-role lambda
Last synced: 6 months ago
JSON representation
Build a ride sharing app (for unicorns!), pulling from the AWS Wild Rydes sample project. Used seven different AWS services: CodeCommit, Amplify, Cognito, Lambda, IAM, API Gateway and DynamoDB.
- Host: GitHub
- URL: https://github.com/julien-muke/wildrydes
- Owner: julien-muke
- Created: 2023-12-08T07:17:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T07:53:45.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T19:29:01.718Z (over 1 year ago)
- Topics: amplify, api-gateway, codecommit, cognito, dynamodb, iam-role, lambda
- Homepage: https://master.d3rj3myz3ltnf7.amplifyapp.com/
- Size: 455 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS Project - Build a Full End-to-End Web Application with 7 AWS Services
Build a ride sharing app (for unicorns!), pulling from the AWS Wild Rydes sample project. I used seven different AWS services: CodeCommit, Amplify, Cognito, Lambda, IAM, API Gateway and DynamoDB.
## AWS Project Overview
WILDRYDES is basically an Uber oryt except for unicorns, with some good static content, incorporate user registration and and log in and be able to be able to work with some map functionality, so that if we were in Seattle let's say we could request a unicorn just by clicking on the map we'll request unicorn.
It's really a great app for tying together a bunch of different services in AWS and you'll actually have a working application when you're done that you could share with friends or family.
## The Application Architecture


### [🌐 LIVE SITE](https://master.d3rj3myz3ltnf7.amplifyapp.com/)
Features:
- Store/update/pull code
- Handle permissions for code
- Host website and make updates
- Users to register and log in
- Do ride sharing functionality
- Somewhere to store/return ride results
- Invoke ride sharing functionality## Source Code
This is an AWS sample project, all of the code is available for download.
Command to copy code from AWS’s S3 bucket (from CloudShell command line):
```bash
aws s3 cp s3://wildrydes-[your_region_name, like us-west-2]/WebApplication/1_StaticWebHosting/website ./ --recursive
```## Cost
All services used are eligible for the [AWS Free Tier](https://aws.amazon.com/free/). However, charges will incur at some point so it's recommended that you shut down resources after completing this tutorial.