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
Copy file name to clipboardExpand all lines: README.md
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,6 @@ EventGate receives JSON payloads for registered topics, authorizes the caller vi
33
33
- Runtime-configurable access rules (local or S3)
34
34
- API-discoverable schema catalogue
35
35
- Pluggable writer initialization via `config.json`
36
-
- Terraform IaC examples for AWS deployment (API Gateway + Lambda) in `terraform_examples/`
37
-
- Supports both Zip-based and Container Image Lambda packaging (Container path enables custom `librdkafka` / SASL_SSL / Kerberos builds)
38
36
39
37
## Architecture
40
38
High-level flow:
@@ -134,35 +132,6 @@ Environment variables:
134
132
-`POSTGRES_SECRET_NAME` (optional) – AWS Secrets Manager secret name holding PostgreSQL connection credentials (host, port, database, user, password). Required for Postgres writer and stats reader.
135
133
-`POSTGRES_SECRET_REGION` (optional) – AWS region of the Secrets Manager secret. Must be set together with `POSTGRES_SECRET_NAME`.
136
134
137
-
## Deployment
138
-
Infrastructure-as-Code examples are provided in `terraform_examples/`. These are reference implementations that you can adapt to your environment. Variables are supplied via a `*.tfvars` file or CLI.
0 commit comments