Update application

Now that your IAM policies and Amplify SDK are initialized, you will be able to upload photos and render S3 photos with minimal code using Amplify’s built-in UI components. S3 image is the component used to both render image objects for a React application, as well as embeding an image picker to help with uploads.

High-Level Instructions

Authenticate in the Wild Rydes app if you’re not already logged in, then browse to the /profile path. You will see that your Cognito User Pool attributes are being read dynamically by the system. Next, you will add an image picker from AWS Amplify to render a UI component for uploading and displaying photos stored in S3. These profile photos will be used to personalize the rider experience so unicorns know who to look for when picking up passengers.

Step-by-step instructions (expand for details)