Skip to content

Commit

Permalink
review version and Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-vega committed Feb 8, 2023
1 parent e7e38ec commit 427c808
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions samples/oci-apigw-nosql-node/func.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2023 Oracle, Inc. All rights reserved.
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
//

const fdk=require('@fnproject/fdk');
const process = require('process');
const NoSQLClient = require('oracle-nosqldb').NoSQLClient;
Expand Down
5 changes: 5 additions & 0 deletions samples/oci-apigw-nosql-node/func.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Copyright (c) 2023 Oracle, Inc. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
#
schema_version: 20180708
name: oci-apigw-nosql-node
version: 0.0.1
runtime: node
build_image: fnproject/node:14-dev
run_image: fnproject/node:14
entrypoint: node func.js
4 changes: 2 additions & 2 deletions samples/oci-apigw-nosql-node/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "hellofn",
"name": "oci-apigw-nosql-node",
"version": "1.0.0",
"description": "example function",
"main": "func.js",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@fnproject/fdk": ">=0.0.37",
"@fnproject/fdk": ">=0.0.45",
"url": "^0.11.0",
"oracle-nosqldb": "^5.3.4"
}
Expand Down

0 comments on commit 427c808

Please sign in to comment.