This project was used to learn Amplify - an tool to host a dynamic websites on AWS.
The AWS tutorial was followed, but a similar similar version exists in Amplify's own documentation.
Some issues were encountered and had to be solved for the projct to work as expected.
- Enforcing amplify's versioning in the backend.
- The version number had to be forced as the 'latest' tag was not using the latest version. (Reported Issue)
- Authentication issue when using the API.
- Using an incorrect auth method on the API caused the API model to be incorrectly changed to include @auth following auth rules documentation, however, the build phase would still fail due to an incorrect backend set up and the API had to be readded.
More issues & details to be added