We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a5ffa commit aa26b42Copy full SHA for aa26b42
lambdas/api-handler/src/config/deps.ts
@@ -23,7 +23,7 @@ function createDocumentClient(): DynamoDBDocumentClient {
23
function createLetterRepository(documentClient: DynamoDBDocumentClient, log: pino.Logger, envVars: EnvVars): LetterRepository {
24
const config = {
25
lettersTableName: envVars.LETTERS_TABLE_NAME,
26
- ttlHours: envVars.LETTER_TTL_HOURS
+ lettersTtlHours: envVars.LETTER_TTL_HOURS
27
};
28
29
return new LetterRepository(documentClient, log, config);
0 commit comments