Skip to content

Commit

Permalink
chore: Update AWS Profile configuration and initialize Amplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Babusrinivasan76 committed May 21, 2024
1 parent cad7e07 commit 63bce8f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,28 +236,41 @@ high-performing, and reliable identity store.
const apiEndpoint = "https://XXXXXX.execute-api.us-east-1.amazonaws.com/dev/todos";
```
First, you need to initialize Amplify. You can keep the default settings for this:
First, configure the AWS Profile for the Amplify set up.
```bash
amplify configure
```
![Set up the AWS Profile for Amplify ](aws_mongodb_sample_dir/images/amplify_AWS_profile.png)
Then, you need to initialize Amplify.
```bash
amplify init
```
Next, we need to add hosting to the project. Choose `Hosting with Amplify Console` and `Manual deployment`:
Next, we need to add hosting to the project. Choose `Hosting with Amplify Console` and `Manual deployment`:
```bash
amplify hosting add
```
Whenever you make changes:
![Amplify Initialize](aws_mongodb_sample_dir/images/amplify_init.png)
Whenever you make changes:
```bash
amplify push
```
Finally, we can publish the frontend:
Finally, we can publish the frontend:
```bash
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aws_mongodb_sample_dir/images/amplify_init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63bce8f

Please sign in to comment.