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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# functionly
2
2
3
-
The `functionly library` lets you build `serverless` nodejs applications in an innovative, functional, and fun by abstraction way.
4
-
Use the JavaScript language and the JSON syntax to describe infrastructure and entities, service dependencies, and to implement service code. Deploy your solution to cloud providers, or run containerized on your onprem servers, or locally during development time using the `functionly CLI`.
3
+
The `functionly library` lets you build `serverless` nodejs applications in an innovative, functional, and fun by abstraction way.
4
+
Use the JavaScript language and the JSON syntax to describe infrastructure and entities, service dependencies, and to implement service code. Deploy your solution to cloud providers, or run containerized on your onprem servers, or locally during development time using the `functionly CLI`.
5
5
6
6
Defining a rest service which listens on `/hello-world`:
7
7
```js
@@ -114,7 +114,7 @@ Define a [description]() for the `HelloWorld`, which will make it easier to find
@@ -181,7 +181,7 @@ Define a [description]() for the `TodoService`, which will make it easier to fin
181
181
```js
182
182
@description('get all Todo service')
183
183
```
184
-
Now we have to create the business logic. We want to read the todo items, so we need to inject the `TodoTable`. Get the items from it and return from our service.
184
+
Now we have to create the business logic. We want to read the todo items, so we need to inject the `TodoTable`. Get the items from it and return from our service.
0 commit comments