File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Resources:
24
24
GetProductsFunction :
25
25
Type : AWS::Serverless::Function
26
26
Properties :
27
- CodeUri : ./GetProducts/
28
- Handler : GetProduct
27
+ CodeUri : ./GetProducts
28
+ Handler : bootstrap
29
29
Events :
30
30
Api :
31
31
Type : HttpApi
@@ -41,7 +41,7 @@ Resources:
41
41
Type : AWS::Serverless::Function
42
42
Properties :
43
43
CodeUri : ./GetProduct/
44
- Handler : GetProduct
44
+ Handler : bootstrap
45
45
Events :
46
46
Api :
47
47
Type : HttpApi
@@ -57,7 +57,7 @@ Resources:
57
57
Type : AWS::Serverless::Function
58
58
Properties :
59
59
CodeUri : ./DeleteProduct/
60
- Handler : DeleteProduct
60
+ Handler : bootstrap
61
61
Events :
62
62
Api :
63
63
Type : HttpApi
@@ -73,7 +73,7 @@ Resources:
73
73
Type : AWS::Serverless::Function
74
74
Properties :
75
75
CodeUri : ./PutProduct/
76
- Handler : PutProduct
76
+ Handler : bootstrap
77
77
Events :
78
78
Api :
79
79
Type : HttpApi
You can’t perform that action at this time.
0 commit comments