lambda-go-rpc

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2020 License: MIT Imports: 5 Imported by: 0

README

lambda-go-rpc

AWS Lambda (golang runtime) RPC client for local environment

Example

Run your lambda function server (with specific port).

_LAMBDA_SERVER_PORT=12345 ${YOUR_GOLANG_LAMBDA_SERVER_RUN_COMMAND}

Then you can send request with any payload and get response payload.

echo '{"any":"payload"}' | lambda-go-rpc -port 12345

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL