Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 83d1ea7

Browse files
committedJul 11, 2016
Typo fix. Changed function GetTalkersToDynamoDynamoDB to correct name of GetTalkersFromDynamoDB
1 parent 400b3a6 commit 83d1ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CloudFormation/CreateZombieWorkshop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"Properties": {
389389
"Handler": "index.handler",
390390
"Role": { "Fn::GetAtt" : ["ZombieLabLambdaRole", "Arn"] },
391-
"FunctionName": { "Fn::Join": ["-", [{"Ref": "AWS::StackName"}, "z0mb1es", "GetTalkersToDynamoDB", {"Ref": "AWS::Region"}]]},
391+
"FunctionName": { "Fn::Join": ["-", [{"Ref": "AWS::StackName"}, "z0mb1es", "GetTalkersFromDynamoDB", {"Ref": "AWS::Region"}]]},
392392
"Code": {
393393
"ZipFile": { "Fn::Join": ["", [
394394
"console.log('Loading function');\n",

0 commit comments

Comments
 (0)