Get or initialize the shared DynamoDB client.
()
| 127 | |
| 128 | /// Get or initialize the shared DynamoDB client. |
| 129 | pub fn client() -> &'static Client { |
| 130 | CLIENT.get_or_init(build_client) |
| 131 | } |
| 132 | |
| 133 | /// Returns `true` when tests target real DynamoDB (no `EXTENDDB_TEST_ENDPOINT`). |
| 134 | pub fn is_real_dynamodb() -> bool { |
no outgoing calls
no test coverage detected