File tree 3 files changed +11
-2
lines changed
samples/oci-apigw-nosql-node
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2023 Oracle, Inc. All rights reserved.
2
+ // Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
+ //
4
+
1
5
const fdk = require ( '@fnproject/fdk' ) ;
2
6
const process = require ( 'process' ) ;
3
7
const NoSQLClient = require ( 'oracle-nosqldb' ) . NoSQLClient ;
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2023 Oracle, Inc. All rights reserved.
2
+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
+ #
1
4
schema_version : 20180708
2
5
name : oci-apigw-nosql-node
3
6
version : 0.0.1
4
7
runtime : node
8
+ build_image : fnproject/node:14-dev
9
+ run_image : fnproject/node:14
5
10
entrypoint : node func.js
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " hellofn " ,
2
+ "name" : " oci-apigw-nosql-node " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " example function" ,
5
5
"main" : " func.js" ,
6
6
"author" : " " ,
7
7
"license" : " Apache-2.0" ,
8
8
"dependencies" : {
9
- "@fnproject/fdk" : " >=0.0.37 " ,
9
+ "@fnproject/fdk" : " >=0.0.45 " ,
10
10
"url" : " ^0.11.0" ,
11
11
"oracle-nosqldb" : " ^5.3.4"
12
12
}
You can’t perform that action at this time.
0 commit comments