You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://bestpractices.coreinfrastructure.org/projects/2154)
19
18
20
19
## Features
@@ -32,7 +31,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
32
31
- Generated **[Swagger](https://swagger.io/) documentation** for the endpoints, which works well with [SwaggerHub](https://app.swaggerhub.com) - _the expected description of your API._
33
32
- Multiple layers in the code to **separate concerns** and independently test them - _avoid monolith and complexity._
34
33
-**Health check** endpoints - _to quickly test your service._
35
-
-**Dependency checks**and continuous update with [David](https://david-dm.org/), [Greenkeeper](https://greenkeeper.io/)and [Snyk](https://snyk.io)- _because the majority of your app is not your code._
34
+
-**Dependency checks** with [David](https://david-dm.org/)and [Snyk](https://snyk.io)- _because the majority of your app is not your code._
36
35
-**[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
37
36
- Sample CRUD implementation (in progress) - _to see it all in action_.
38
37
- Follows Linux Foundation Core Infrastructure Initiative **[Best Practices](https://bestpractices.coreinfrastructure.org/en)** - _for the open source community._
@@ -273,4 +272,4 @@ Thanks to Shovon Hasan for his article on [Deploying a TypeScript + Node AWS Lam
273
272
274
273
## About the author
275
274
276
-
This project is maintaned by [György Balássy](https://linkedin.com/in/balassy).
275
+
This project was created by [György Balássy](https://linkedin.com/in/balassy).
0 commit comments