fission / examples

A place for examples of Fission functions from community and Fission team
Apache License 2.0
34 stars 34 forks source link

Fix Java example mistakenly describes Java environment and runtime as Go #89

Open juwei008 opened 4 months ago

juwei008 commented 4 months ago

In the readme file corresponding to the Java example, the Java environment and runtime image are incorrectly described as being for Go. For example: Create a Fission Go environment with the default Go runtime image (this does not include the build environment): fission environment create --name java --image fission/jvm-env --builder fission/jvm-builder