# README
golambda
Simple golang utility to convert existing golang functions into lambda compatible ones.
We built this tool for our internal requirement of deploying Nhost functions using golang as their runtimes on AWS Lambda.
Checkout a simple example here.
Install
Download the compiled binary from the release page.
Or download using go: go get github.com/nhost/golambda
Usage
golambda --source {golang_function_file}.go --output {output_zip_file}.zip
The output file can directly be deployed on AWS Lambda.