IO-3515 Additional packages and initial route &n simple queue polling.

This commit is contained in:
Patrick Fic
2026-01-23 15:04:24 -08:00
parent 5ad13e1060
commit c3718fff87
6 changed files with 566 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
Required Infrastructure setup
1. Create an AI user that has access to the required S3 buckets and textract permissions.
2. Had to create a queue and SNS topic. had to also create the role that had `sns:Publish`. Had to add `sqs:ReceiveMessage` and `sqs:DeleteMessage` to the profile.
3. Created 2 roles for SNS. The textract role is the right one, the other was created manually based on incorrect instructions.
TODO:
* Create a rome bucket for uploads, or move to the regular spot.