Skip to content

Commit

Permalink
Update serverless-design.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
isandesh1986 authored Nov 17, 2021
1 parent 1e3f581 commit c17e378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/serverless-design.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc::[]
The Node.js backend for My Thai Star application is going to be based on:

- *Serverless* as serverless framework
- *OASP4Fn* as data access layer framework
- *devon4node* as data access layer framework
- *DynamoDB* as NoSQL Database

To know more details about the above technologies please visit the following documentation:
Expand Down Expand Up @@ -134,7 +134,7 @@ export async function bookingSearch(event: HttpEvent, context: Context, callback
}
----

The default integration for a handler is _lambda_. See https://github.com/oasp/oasp4fn/wiki/Configuration[oasp documentation] for more information about default values and how to change it.
The default integration for a handler is _lambda_. See https://github.com/devonfw/devon4node/wiki/guides-configuration-module[devon4node documentation] for more information about default values and how to change it.
[NOTE]
====
If you change the integration to lambda-proxy, you must take care that in this case the data will not be parsed. You must do JSON.parse explicitly
Expand Down

0 comments on commit c17e378

Please sign in to comment.