https://github.com/davisdre/myamplifybuild
To get hands on with AWS Amplify. Using the AWS provided Hands-On tutorial.
https://github.com/davisdre/myamplifybuild
aws-amplify
Last synced: 3 months ago
JSON representation
To get hands on with AWS Amplify. Using the AWS provided Hands-On tutorial.
- Host: GitHub
- URL: https://github.com/davisdre/myamplifybuild
- Owner: davisdre
- Created: 2022-12-06T00:11:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T21:21:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T18:52:33.220Z (5 months ago)
- Topics: aws-amplify
- Language: JavaScript
- Homepage: https://myamplifybuild.davisdre.me/
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started with myamplifybuild
To get hands on with AWS Amplify. I'm using the AWS provided [Hands-On tutorial](https://aws.amazon.com/getting-started/guides/deploy-webapp-amplify/?ref=gsrchandson). This AWS tutorial walks a individual on how you could build a App in AWS Amplify and not have to worry about the infrastructure with this Serverless capability via AWS Amplify.
## Development box
As my development box, I'm using the Windows Subsystem for Linux (Ubuntu) on my Windows 11 machine. Doing it this way, you are able to continune learning about Linux and its importance to Cloud Computing. It also teaches you what is all involved as developer.
### Step 1
- Add a [Create React App](https://github.com/facebook/create-react-app).
- Run `amplify init`.### Step 2
- Add a GraphQL.
- Create a GraphQL Schema.
- Run `amplify push`.
- Test locally.
### Step 3
- Create GitHub repo.
- Push local code to newly created GitHub repo.
- Run `amplify add hosting`## Final Product
Here is the final product:

## Going above and beyond
- [x] Connect a custom domain

- [ ]
- [ ]