Skip to content

Commit

Permalink
Revert changes to CodeUri
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabekf committed May 11, 2022
1 parent 3cdface commit 192e8ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.indexHandler
CodeUri: ../functions/proctor/
CodeUri: ../backend/functions/proctor/
Events:
Get:
Type: Api
Expand All @@ -242,7 +242,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.processHandler
CodeUri: ../functions/proctor/
CodeUri: ../backend/functions/proctor/
Events:
Get:
Type: Api
Expand All @@ -260,7 +260,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
CodeUri: ../functions/setup/
CodeUri: ../backend/functions/setup/
Description: Custom Lambda resource for the Virtual Proctor Cloudformation Stack
Environment:
Variables:
Expand Down

0 comments on commit 192e8ed

Please sign in to comment.