File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lambdas/api-handler/src/config Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ export interface LambdaEnv {
77}
88
99export const lambdaEnv : LambdaEnv = {
10- SUPPLIER_ID_HEADER : getEnv ( 'SUPPLIER_ID_HEADER' ) ! ,
11- APIM_CORRELATION_HEADER : getEnv ( 'APIM_CORRELATION_HEADER' ) ! ,
12- LETTERS_TABLE_NAME : getEnv ( 'LETTERS_TABLE_NAME' ) ! ,
13- LETTER_TTL_HOURS : getEnv ( 'LETTER_TTL_HOURS' ) ! ,
14- DOWNLOAD_URL_TTL_SECONDS : getEnv ( 'DOWNLOAD_URL_TTL_SECONDS' ) !
10+ SUPPLIER_ID_HEADER : getEnv ( 'SUPPLIER_ID_HEADER' ) ,
11+ APIM_CORRELATION_HEADER : getEnv ( 'APIM_CORRELATION_HEADER' ) ,
12+ LETTERS_TABLE_NAME : getEnv ( 'LETTERS_TABLE_NAME' ) ,
13+ LETTER_TTL_HOURS : getEnv ( 'LETTER_TTL_HOURS' ) ,
14+ DOWNLOAD_URL_TTL_SECONDS : getEnv ( 'DOWNLOAD_URL_TTL_SECONDS' )
1515} ;
1616
1717function getEnv ( name : string ) : string {
You can’t perform that action at this time.
0 commit comments