applications/photo-asset-manager/elros-pam/README.md
This is the front-end of the Photo Asset Manager (PAM) cross-service example. You can run this in isolation, but it is meant to be deployed using the companion AWS CDK script.
When you build PAM, the CDK outputs the URL for the frontend. You can use this URL to access the frontend.
You will also receive two emails when you build the app. One email contains a temporary password, and the other will contains a link to confirm a subscription to an SNS topic. You must confirm the subscription to receive the link to the zipped files.
Click the sign in button in the top right corner.
Enter the email you provided when building PAM and the temporary password you received.
Upload a photo.
Click the refresh button until you see labels appear.
Select one or more labels and click on "download".
After a few minutes you'll receive another email with a link to download the zipped files. The link is broken up by some whitespace. SNS does this with long strings. Trim the whitespace and paste the link into your browser.
elros directory to your workspace.git repository with git init.npm i from the same directory as this readme.npm run dev.npm run build.