You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**tests/conftest.py**: Pytest configuration and shared test fixtures
417
417
-**tests/test_main.py**: API endpoint tests
418
418
419
+
## Infrastructure
420
+
421
+
AWS resources are provisioned through Terraform.
422
+
423
+
The public deployment has been decommissioned to avoid ongoing cloud costs, but the full infrastructure can be recreated using the Terraform configuration included in this repository.
424
+
419
425
## AWS Setup for Self-Hosting
420
426
421
427
If you are deploying this API for your own project, you will need to configure the following in your AWS account:
@@ -425,6 +431,7 @@ If you are deploying this API for your own project, you will need to configure t
425
431
3.**IAM Permissions**: Attach the `AmazonS3FullAccess` and `AmazonTextractFullAccess` policies to your IAM user.
426
432
4. Add the IAM credentials and Bucket name to your `.env` file.
427
433
434
+
428
435
## Logging
429
436
430
437
Logs are output to stdout with timestamps and log levels. Configure logging level in `utils/logger.py`.
0 commit comments