Skip to content

Commit e8888f3

Browse files
committed
Pointing to wrong handler location
1 parent 777b171 commit e8888f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SAMtemplates/functions/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Resources:
445445
Properties:
446446
FunctionName: !Sub ${StackName}-NHSNotifyUpdateCallback
447447
CodeUri: ../../packages/
448-
Handler: nhsNotifyUpdateCallback.lambdaHandler
448+
Handler: lambdaHandler.handler
449449
Role: !GetAtt NHSNotifyUpdateCallbackResources.Outputs.LambdaRoleArn
450450
Environment:
451451
Variables:

0 commit comments

Comments
 (0)