Skip to content

Commit

Permalink
Merge pull request #19 from fabidick22/update-api-gateway
Browse files Browse the repository at this point in the history
fix: duplicate lambda function
  • Loading branch information
fabidick22 committed Oct 12, 2020
2 parents 21dde19 + 3822a92 commit bc3e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Resources:
SaveMyDataFunction:
Type: AWS::Serverless::Function
Properties:
FunctionName: !Sub "${AWS::StackName}-getMyDataFunction"
FunctionName: !Sub "${AWS::StackName}-saveMyDataFunction"
CodeUri: src/handlers/save-data/
Handler: app.lambdaHandler
Events:
Expand Down

0 comments on commit bc3e319

Please sign in to comment.