Skip to content

Commit 938a758

Browse files
fix assemblyName net8native
1 parent a8140b6 commit 938a758

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/NET8Native/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Resources:
2424
GetProductsFunction:
2525
Type: AWS::Serverless::Function
2626
Properties:
27-
CodeUri: ./GetProducts/
28-
Handler: GetProduct
27+
CodeUri: ./GetProducts
28+
Handler: bootstrap
2929
Events:
3030
Api:
3131
Type: HttpApi
@@ -41,7 +41,7 @@ Resources:
4141
Type: AWS::Serverless::Function
4242
Properties:
4343
CodeUri: ./GetProduct/
44-
Handler: GetProduct
44+
Handler: bootstrap
4545
Events:
4646
Api:
4747
Type: HttpApi
@@ -57,7 +57,7 @@ Resources:
5757
Type: AWS::Serverless::Function
5858
Properties:
5959
CodeUri: ./DeleteProduct/
60-
Handler: DeleteProduct
60+
Handler: bootstrap
6161
Events:
6262
Api:
6363
Type: HttpApi
@@ -73,7 +73,7 @@ Resources:
7373
Type: AWS::Serverless::Function
7474
Properties:
7575
CodeUri: ./PutProduct/
76-
Handler: PutProduct
76+
Handler: bootstrap
7777
Events:
7878
Api:
7979
Type: HttpApi

0 commit comments

Comments
 (0)