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 adac1e3

Browse files
committed
README.md fix
1 parent 246e82e commit adac1e3

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

‎README.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,41 @@ This repository provides examples demonstrating how to use Oracle Functions.
1010
## How To
1111
| Description | Python | Java |
1212
|------------------------------------------------------|:------:|:----:|
13-
| Hello World |[sample](./helloworld)|[sample](./helloworld)|
14-
| List OCI Compute instances |[sample](./oci-list-instances-python)|[sample](./oci-list-instances-java)|
15-
| Control OCI Compute instances (start/stop/status) |[sample](./oci-compute-control-python)|
16-
| List OCI compartments |[sample](./oci-list-compartments-python)|
17-
| List objects in OCI Object Storage |[sample](./oci-objectstorage-list-objects-python)|[sample](./oci-objectstorage-list-objects-java)|
18-
| Read an object in OCI Object Storage |[sample](./oci-objectstorage-get-object-python)|[sample](./oci-objectstorage-get-object-java)|
19-
| Create an object in OCI Object Storage |[sample](./oci-objectstorage-put-object-python)|[sample](./oci-objectstorage-put-object-java)|
20-
| Create a PAR in OCI Object Storage |[sample](./oci-objectstorage-create-par-python)||
21-
| Display an OCI Cloud Event |[sample](./oci-event-display-python)|
22-
| Invoke another Function |[sample](./oci-invoke-function-python)|||
23-
| Run a SQL statement against Autonomous DB using ORDS | [sample](./oci-adb-ords-runsql-python) |
24-
| Run a SQL statement against Autonomous DB using DB Client |[sample](./oci-adb-client-runsql-python)||
25-
| Run a SQL statement against Autonomous DB using JDBC ||[sample](./oci-adb-jdbc-java)|
26-
| Publish a notification using ONS |[sample](./oci-ons-publish-python)|
27-
| Send an email using Email Delivery Service |[sample](./oci-email-send-python)|
28-
| Decrypt cipher using Vault keys |[sample](./oci-vault-decrypt-python)
29-
| Get a secret from Vault |[sample](./oci-vault-get-secret-python)|
30-
| API Gateway Function authorizer for IDCS | |[sample](./oci-apigw-authorizer-idcs-java)
31-
| Function that returns the API Gateway HTTP request information |[sample](./oci-apigw-display-httprequest-info-python)
32-
| Function for API Gateway that validates an API key |[sample](./oci-apigw-apikey-validation-python)
13+
| Hello World |[sample](./samples/helloworld)|[sample](./samples/helloworld)|
14+
| List OCI Compute instances |[sample](./samples/oci-list-instances-python)|[sample](./samples/oci-list-instances-java)|
15+
| Control OCI Compute instances (start/stop/status) |[sample](./samples/oci-compute-control-python)|
16+
| List OCI compartments |[sample](./samples/oci-list-compartments-python)|
17+
| List objects in OCI Object Storage |[sample](./samples/oci-objectstorage-list-objects-python)|[sample](./samples/oci-objectstorage-list-objects-java)|
18+
| Read an object in OCI Object Storage |[sample](./samples/oci-objectstorage-get-object-python)|[sample](./samples/oci-objectstorage-get-object-java)|
19+
| Create an object in OCI Object Storage |[sample](./samples/oci-objectstorage-put-object-python)|[sample](./samples/oci-objectstorage-put-object-java)|
20+
| Create a PAR in OCI Object Storage |[sample](./samples/oci-objectstorage-create-par-python)||
21+
| Display an OCI Cloud Event |[sample](./samples/oci-event-display-python)|
22+
| Invoke another Function |[sample](./samples/oci-invoke-function-python)|||
23+
| Run a SQL statement against Autonomous DB using ORDS | [sample](./samples/oci-adb-ords-runsql-python) |
24+
| Run a SQL statement against Autonomous DB using DB Client |[sample](./samples/oci-adb-client-runsql-python)||
25+
| Run a SQL statement against Autonomous DB using JDBC ||[sample](./samples/oci-adb-jdbc-java)|
26+
| Publish a notification using ONS |[sample](./samples/oci-ons-publish-python)|
27+
| Send an email using Email Delivery Service |[sample](./samples/oci-email-send-python)|
28+
| Decrypt cipher using Vault keys |[sample](./samples/oci-vault-decrypt-python)
29+
| Get a secret from Vault |[sample](./samples/oci-vault-get-secret-python)|
30+
| API Gateway Function authorizer for IDCS | |[sample](./samples/oci-apigw-authorizer-idcs-java)
31+
| Function that returns the API Gateway HTTP request information |[sample](./samples/oci-apigw-display-httprequest-info-python)
32+
| Function for API Gateway that validates an API key |[sample](./samples/oci-apigw-apikey-validation-python)
33+
| Write IAM policies that enables Functions in a tenancy to access resources in other tenancies |[sample](./samples/oci-cross-tenancy-policies-java)
3334

3435
## Use Cases
3536
| Description | Code | Docs |
3637
|------------------------------------------------------|:------:|:----:|
37-
| Provide the size of an image (Custom Dockerfile, image library) | [repo](./imagedims-python)|
38-
| Automatically load data from Object Storage into Autonomous DataWarehouse | [repo](./oci-load-file-into-adw-python)|
39-
| Automatically resize VM on High Memory Alerts (Notifications trigger a function) | [repo](./oci-ons-compute-shape-increase-python)|
40-
| Check if a compute instance is tagged correctly on provisioning, if not, stop it | [repo](./oci-stop-untagged-instance-python)|
38+
| Provide the size of an image (Custom Dockerfile, image library) | [repo](./samples/imagedims-python)|
39+
| Automatically load data from Object Storage into Autonomous DataWarehouse | [repo](./samples/oci-load-file-into-adw-python)|
40+
| Automatically resize VM on High Memory Alerts (Notifications trigger a function) | [repo](./samples/oci-ons-compute-shape-increase-python)|
41+
| Check if a compute instance is tagged correctly on provisioning, if not, stop it | [repo](./samples/oci-stop-untagged-instance-python)|
4142

4243
## Community-led Examples
4344
| Description | Code | Blog |
4445
|------------------------------------------------------|:------:|:----:|
4546
| Serverless SaaS Extensions using Oracle Functions, API Gateway and VBCS | | [blog](https://www.ateam-oracle.com/the-cloud-native-approach-to-extending-your-saas-applications)
46-
| Function that demonstrates connectivity between Oracle SaaS applications with OIC | [repo](./oci-oic-hsm-object-upload)|
47+
| Function that demonstrates connectivity between Oracle SaaS applications with OIC | [repo](./samples/oci-oic-hsm-object-upload)|
4748

4849

4950
## Documentation

0 commit comments

Comments
(0)

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