AWS AppSync allows creation a flexible API to securely access, manipulate, and combine data from one or more data sources.
-
ReactJS Amplify App Part I - Overview and Auth
This is a three part post about our experience using AWS Amplify to develop a food logging app for the Metal Toad hackathon. Here in part one we cover the initial project overview/setup and our experience implementing Amplify Auth. Part two will cover Amplify Storage, with part three covering Amplify AppSync and PubSub.
-
ReactJS Amplify App Pt II - Storage
The banner and food feed have placeholder images that are ready to accept an avatar image. Now on to storing and retrieving an avatar in an s3 bucket using Amplify Storage, and displaying it using Amplify React S3Image!