File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,18 @@ This repository provides examples demonstrating how to use Oracle Functions.
31
31
| Send an email using Email Delivery Service | [ sample] ( ./samples/oci-email-send-python ) |
32
32
| Decrypt cipher using Vault keys |[ sample] ( ./samples/oci-vault-decrypt-python )
33
33
| Get a secret from Vault | [ sample] ( ./samples/oci-vault-get-secret-python ) |
34
- | API Gateway Function authorizer for IDCS | |[ sample] ( ./samples/oci-apigw-authorizer-idcs-java )
35
34
| Function that returns the API Gateway HTTP request information |[ sample] ( ./samples/oci-apigw-display-httprequest-info-python )
36
35
| Function for API Gateway that validates an API key |[ sample] ( ./samples/oci-apigw-apikey-validation-python )
37
36
| Write IAM policies that enables Functions in a tenancy to access resources in other tenancies ||[ sample] ( ./samples/oci-cross-tenancy-policies-java )
38
37
| Trace a function with APM and add custom child spans using Zipkin | [ sample] ( ./samples/trace-functions-with-apm ) |
39
38
39
+ ## Using Functions with API Gateway
40
+ | Description | Python | Java |
41
+ | ------------------------------------------------------| :------:| :----:|
42
+ | API Gateway Function authorizer for IDCS | | [ sample] ( ./samples/oci-apigw-authorizer-idcs-java ) |
43
+ | Function that returns the API Gateway HTTP request information for testing | [ sample] ( ./samples/oci-apigw-display-httprequest-info-python ) | |
44
+ | Validate an API key | [ sample] ( ./samples/oci-apigw-apikey-validation-python ) | |
45
+ | BasicAuth Validation with IDCS | | [ sample] ( ./samples/oci-apigw-idcs-auth-basic ) |
40
46
41
47
42
48
## Using Service Connector Hub with Functions
You can’t perform that action at this time.
0 commit comments