File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
infrastructure/terraform/components/api
lambdas/upsert-letter/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11module "upsert_letter" {
22 source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.26/terraform-lambda.zip"
33
4- function_name = " upsert-letter "
4+ function_name = " upsert_letter "
55 description = " Update or Insert the letter data in the letters table"
66
77 aws_account_id = var. aws_account_id
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ import createUpsertLetterHandler from "./handler/upsert-handler";
33
44const container = createDependenciesContainer ( ) ;
55
6- const upsertLetterHandler = createUpsertLetterHandler ( container ) ;
6+ export const upsertLetterHandler = createUpsertLetterHandler ( container ) ;
77export default upsertLetterHandler ;
You can’t perform that action at this time.
0 commit comments