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
|`DYNAMODB_ENDPOINT`|`http://localhost:4566`| Endpoint for the app to access DynamoDB |
79
-
|`S3_ENDPOINT`|`http://localhost:4566`| Endpoint for the app to access S3 |
80
-
|`ELIGIBILITY_TABLE_NAME`|`test_eligibility_datastore`| AWS DynamoDB table for person data. |
81
-
|`LOG_LEVEL`|`WARNING`| Logging level. Must be one of `DEBUG`, `INFO`, `WARNING`, `ERROR` or `CRITICAL` as per [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels)|
82
-
|`RULES_BUCKET_NAME`|`test-rules-bucket`| AWS S3 bucket from which to read rules. |
|`DYNAMODB_ENDPOINT`|`http://localhost:4566`| Endpoint for the app to access DynamoDB |
79
+
|`S3_ENDPOINT`|`http://localhost:4566`| Endpoint for the app to access S3 |
80
+
|`PERSON_TABLE_NAME`|`test_eligibility_datastore`| AWS DynamoDB table for person data. |
81
+
|`LOG_LEVEL`|`WARNING`| Logging level. Must be one of `DEBUG`, `INFO`, `WARNING`, `ERROR` or `CRITICAL` as per [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels) |
82
+
|`RULES_BUCKET_NAME`|`test-rules-bucket`| AWS S3 bucket from which to read rules. |
83
83
84
84
#### Environment variables - DEV, PROD or PRE-PROD
|`AWS_ACCESS_KEY_ID`| None | AWS Access Key |**AWS_ACCESS_KEY_ID** is set to None, <br/>because it is provided by the AWS environment automatically. |
90
-
|`AWS_SECRET_ACCESS_KEY`| None | AWS Secret Access Key |**AWS_SECRET_ACCESS_KEY** is set to None, <br/>because it is provided by the AWS environment automatically. |
91
-
|`DYNAMODB_ENDPOINT`| None | Endpoint for the app to access DynamoDB |**DYNAMODB_ENDPOINT** are set to None, <br/>since we are using aws service default endpoints which are provided automatically. |
92
-
|`S3_ENDPOINT`| None | Endpoint for the app to access S3 |**S3_ENDPOINT** are set to None, <br/>since we are using aws service default endpoints which are provided automatically. |
93
-
|`ELIGIBILITY_TABLE_NAME`|`test_eligibility_datastore`| AWS DynamoDB table for person data. ||
94
-
|`LOG_LEVEL`|`WARNING`| Logging level. Must be one of `DEBUG`, `INFO`, `WARNING`, `ERROR` or `CRITICAL` as per [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels) ||
95
-
|`RULES_BUCKET_NAME`|`test-rules-bucket`| AWS S3 bucket from which to read rules. ||
|`AWS_ACCESS_KEY_ID`| None | AWS Access Key |**AWS_ACCESS_KEY_ID** is set to None, <br/>because it is provided by the AWS environment automatically. |
90
+
|`AWS_SECRET_ACCESS_KEY`| None | AWS Secret Access Key |**AWS_SECRET_ACCESS_KEY** is set to None, <br/>because it is provided by the AWS environment automatically. |
91
+
|`DYNAMODB_ENDPOINT`| None | Endpoint for the app to access DynamoDB |**DYNAMODB_ENDPOINT** are set to None, <br/>since we are using aws service default endpoints which are provided automatically. |
92
+
|`S3_ENDPOINT`| None | Endpoint for the app to access S3 |**S3_ENDPOINT** are set to None, <br/>since we are using aws service default endpoints which are provided automatically. |
93
+
|`PERSON_TABLE_NAME`|`test_eligibility_datastore`| AWS DynamoDB table for person data. ||
94
+
|`LOG_LEVEL`|`WARNING`| Logging level. Must be one of `DEBUG`, `INFO`, `WARNING`, `ERROR` or `CRITICAL` as per [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels) ||
95
+
|`RULES_BUCKET_NAME`|`test-rules-bucket`| AWS S3 bucket from which to read rules. ||
0 commit comments