green green green green Build 18 and the final code is live on the site . Next Step: understand the code. 😆👀😬 Technologies used: AWS Amplify, GraphQL, node, git, React, Amplify CLI, Amazon Cognito, GraphQL, AWS S3 Key Concepts React application – React is a web application framework that enables developers to quickly build performant single-page applications using JavaScript. Git – A version control system that allows developers to store files as well as maintain and update relationships between files and directories, versions, and changes to the files. Amplify CLI – The Amplify CLI allows you to create, manage, and remove AWS services directly from your terminal. Amazon Cognito – A managed user identity service. Used for authentication. API – Provides a programming interface that allows communication and interactions between multiple software intermediaries. GraphQL – A query language and server-side API implementation based on a typed representation of your app...
Trying to follow AWS Amplify hands-on code to build a React Application: https://aws.amazon.com/getting-started/hands-on/build-react-app-amplify-graphql/ Only issue was trying to configure custom domain in Amplify. This article helped: https://docs.aws.amazon.com/amplify/latest/userguide/to-add-a-custom-domain-managed-by-google-domains.html Remember: Under DNS > Custom resource records > Change "A" to "CNAME" ANAME is not available for google domains. Instead, do this setting in "Synthetic Records" (above "Custom resource records" in Google Domains > DNS) Also remember: you will do the CNAME thing thrice. First to authenticate SSL. When that shows green, go to next step. You'll have to remove CNAME with the name "www" and create a new "www" CNAME with the xxx.cloudfront.net you will find under DNS records. Wait for some time and your site will be online in some time. Reached the end of module 2: Took more than a...