Skip to content

Commit

Permalink
set dev and prod lambda names
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehoehns committed Feb 20, 2025
1 parent 6d35144 commit 547080e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aws/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"WORKDAY_START_HOUR": "8",
"WORKDAY_END_HOUR": "17",
"HACK_PARSER_BUCKET_NAME": "hack-parser-dev",
"HACK_PARSER_URL_GENERATOR_FUNCTION_NAME": "hack-parser-S3PresignedURLGeneratorLambda-1EyzR6ljPK9m ",
"HACK_PARSER_URL_GENERATOR_FUNCTION_NAME": "hack-parser-S3PresignedURLGeneratorLambda-1EyzR6ljPK9m",
"NUMBER_OF_INITIAL_REVIEWERS": "5"
},
"prod": {
Expand All @@ -32,7 +32,7 @@
"WORKDAY_START_HOUR": "8",
"WORKDAY_END_HOUR": "17",
"HACK_PARSER_BUCKET_NAME": "hack-parser-prod",
"HACK_PARSER_URL_GENERATOR_FUNCTION_NAME": "",
"HACK_PARSER_URL_GENERATOR_FUNCTION_NAME": "hack-parser-S3PresignedURLGeneratorLambda-z2z7CReYdj0q",
"NUMBER_OF_INITIAL_REVIEWERS": "5"
}
}
Expand Down

0 comments on commit 547080e

Please sign in to comment.