AWS Amplify and Hashnode.

AWS Amplify and Hashnode.

Github Repo:- https://github.com/ShikhaKushwaha/calci.git

Step 1 - Login to the AWS console.

Step 2 - Search for AWS amplify in search bar.

Step 3 - Click "Get Started".

Step 4 - Select the Amplify Hosting.

Step 5 - Permit to Amplify From Github.

Step 6 - Select the Repositories.

Step 7 - Add Repository Branch in AWS Amplify.

Step 8 - Give "App Name".

Step 9 - Save and Deploy.

Step 10 - Open the URL in the Browser.

Step 11 - Install and configure AWS Amplify CLI (Command Line Interface) Make sure you have the AWS CLI installed and configured with your AWS account credentials.

npm install -g @aws-amplify/cli

amplify configure

Step 12 - It will ask for amplify Login.

Step 13 - Select the region, then give "User Name".

Step 14 - Attach policies.

Step 15 - To access the user Enter accesskeyId and SecretaccessKey and then profile name("User name").

Step 16 - Add Authentication.

amplify add auth

Step 17 - Deploy the Authentication service.

amplify push

Step 18 - Add a GraphQL API.

amplify add api

Step 19 - Deploy the GraphQL API.

amplify push

Implement your application With the authentication and GraphQL API set up, you can now implement your application using AWS Amplify libraries for the front-end and interact with the deployed services.