spring-native-function-knative

(★ 22)

A simple example of a Function deployed in Knative, available as JVM or Native Image

File Explorer

  • .gitignore
  • accelerator.yaml
  • build.sh
  • compile.sh
  • LICENSE
  • mvnw
  • mvnw.cmd
  • pom.xml
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

brew install

View Details ▼

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

🔍

serverless

View Details ▼

Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure, and IBM OpenWhisk.
Commands can be run either using the `serverless` command or its alias, `sls`.

serverless create

Create a serverless project:

serverless create --template {{template_name}}

Create a serverless project from a template:

serverless deploy

Deploy to a cloud provider:

// repository documentation