@dealmore/funny
v0.3.2
Published
Funny is a CLI compiler for serverless environments. Powered by [dealmore](https://dealmore.de).
Downloads
9
Readme
funny
Funny is a CLI compiler for serverless environments. Powered by dealmore.
Testing with lambci
- Mount local dir into docker environment
docker run -ti -p 4000:4000 -rm -v $(pwd):/tmp registry.gitlab.com/dealmore/dealmore-build-images/lambdaci:nodejs12.x /bin/bash
- Inside the container install the
procps
package (Link)
yum install -y procps
- Run funny:
npx @dealmore/funny test --env /tmp/.env /tmp/some-function.zip