You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE**: as mentioned earlier, you should stick to small images for the moment (32x32 or so) as the function does not currently scale down large images.
47
+
48
+
## Other ways to deploy the function
49
+
30
50
### Using Curl
31
51
The function can be deployed using curl to hit the API endpoint directly:
32
52
```
@@ -43,11 +63,3 @@ The function can be deployed using curl to hit the API endpoint directly:
43
63
You can also create the function via the UI at http://localhost:8080/ui/, clicking the `Create New Function` link and entering the following data:
44
64
45
65

46
-
47
-
## Testing the Function
48
-
Now that the function is running in your FaaS environment you can test it from the command line by running:
**NOTE**: as mentioned earlier, you should stick to small images for the moment (32x32 or so) as the function does not currently scale down large images.
0 commit comments