redhat-developer-demos / faas-tutorial

Java FaaS demos with OpenWhisk and OpenShift
Apache License 2.0
43 stars 28 forks source link

Import additional actions #19

Open VeerMuchandi opened 6 years ago

VeerMuchandi commented 6 years ago

https://github.com/redhat-developer-demos/faas-tutorial#create-split-action

In this section additional imports are needed

import com.google.gson.JsonArray;
import java.util.List;
import java.util.ArrayList;