Skip to content

Commit c0a6d15

Browse files
committed
Readme- Added Infrastructure section
1 parent 8ae59de commit c0a6d15

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,12 @@ PYTHONPATH=. pytest tests/ --cov=. --cov-report=html
416416
- **tests/conftest.py**: Pytest configuration and shared test fixtures
417417
- **tests/test_main.py**: API endpoint tests
418418

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+
419425
## AWS Setup for Self-Hosting
420426

421427
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
425431
3. **IAM Permissions**: Attach the `AmazonS3FullAccess` and `AmazonTextractFullAccess` policies to your IAM user.
426432
4. Add the IAM credentials and Bucket name to your `.env` file.
427433

434+
428435
## Logging
429436

430437
Logs are output to stdout with timestamps and log levels. Configure logging level in `utils/logger.py`.

0 commit comments

Comments
 (0)