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
[lambda_function.py](./lambda_function.py) was copied from [lambci/examples/python/lambda_function.py](https://github.com/lambci/docker-lambda/blob/113c2ddd26f39cab2ce814197705df90713e32cf/examples/python/lambda_function.py)
6
+
7
+
## Quick start
8
+
9
+
### Ensure refunc is installed
10
+
11
+
for playing in dev cluster (eg. minikube), install mini refunc in refunc-play namespace
12
+
13
+
```shell
14
+
docker run --rm -it -e REFUNC_ENV=cluster refunc/refunc refunc play gen -n refunc-play | kubectl apply -f - && kubectl get all -n refunc-play
0 commit comments