File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,16 +80,16 @@ service: serverless-lambda-typescript-example
80
80
81
81
## What you can find in the code
82
82
83
- ### Example CORS endpoints
83
+ ### Example CRUD endpoints
84
84
85
- This project shows an example Lambda function implementation with the following layers (see the ` src/cities ` folder):
85
+ This project shows example Lambda function implementations with the following layers (see the ` src/cities ` folder):
86
86
87
87
- ** Handler** : The handler is the endpoint that is called by AWS when it executes your Lambda. See ` cities.ts ` .
88
88
- ** Controller** : The controller is responsible for transforming any operation result to an HTTP response. See ` cities.controller.ts ` .
89
89
- ** Service** : The service is responsible for implementing the business logic, and provide the operation result. See ` cities.service.ts ` .
90
90
- ** Repository** : The repository is responsible for providing the data for the service. See ` cities.repository.ts ` .
91
91
92
- ALl layers have unit tests mocking the underlying layers.
92
+ All layers have unit tests with mocking the underlying layers.
93
93
94
94
Additional terms:
95
95
You can’t perform that action at this time.
0 commit comments