Skip to content

Commit 427c808

Browse files
committed
review version and Copyright
1 parent e7e38ec commit 427c808

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

‎samples/oci-apigw-nosql-node/func.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
const fdk=require('@fnproject/fdk');
26
const process = require('process');
37
const NoSQLClient = require('oracle-nosqldb').NoSQLClient;
+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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+
#
14
schema_version: 20180708
25
name: oci-apigw-nosql-node
36
version: 0.0.1
47
runtime: node
8+
build_image: fnproject/node:14-dev
9+
run_image: fnproject/node:14
510
entrypoint: node func.js

‎samples/oci-apigw-nosql-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "hellofn",
2+
"name": "oci-apigw-nosql-node",
33
"version": "1.0.0",
44
"description": "example function",
55
"main": "func.js",
66
"author": "",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"@fnproject/fdk": ">=0.0.37",
9+
"@fnproject/fdk": ">=0.0.45",
1010
"url": "^0.11.0",
1111
"oracle-nosqldb": "^5.3.4"
1212
}

0 commit comments

Comments
 (0)