Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 768 Bytes

05-deploying-to-amplify.md

File metadata and controls

31 lines (19 loc) · 768 Bytes

Deploying to Amplify

Steps

  1. Set up repo from opendoc-template or copy amplify.yml manually

  2. Connect App

  3. Set environment variables

  4. Set service role in general settings

  5. Check if webhook is set in Github (this should be done automatically when connecting to amplify)

  6. After build, check that search and pdf works.

Troubleshooting

Search not working

Check amplify build > frontend logs that APP_NAME is set correctly and status code is 202.

PDF not working

Ensure that PDF_LAMBDA_KEY and PDF_LAMBDA_SERVER is correctly set.