- FnProject Function
- Run anywhere
- Public, private and hybrid cloud
- Import Lambda functions and run them anywhere
- CI with Travis
- Docker Build
Get the fnproject-getsamples-allbyname repository
go get github.com/goboilerplates/fnproject-getsamples-allbyname
cd echo $GOPATH/src/github.com/goboilerplates/fnproject-getsamples-allbyname
Run all tests
go test ./...
Or run all tests with coverage
bash script/coverage.sh
Run and build function docker image
bash script/Dockerbuild.sh
Deploy function to local FnProject Server
bash script/deploy.sh
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details