Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 427c808

Browse files
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

Lines changed: 4 additions & 0 deletions
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;

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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /