Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "go-lambda", | ||
"description": "Call Go-based GRPC methods from AWS Lambda functions.", | ||
"version": "0.1.4", | ||
"description": "Call Go GRPC services from AWS Lambda functions.", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -6,3 +6,3 @@ # go-lambda | ||
Call [Go](https://golang.org)-based [GRPC](http://www.grpc.io) methods from [AWS Lambda](https://aws.amazon.com/lambda/) functions. | ||
Call [Go](https://golang.org) [GRPC](http://www.grpc.io) services from [AWS Lambda](https://aws.amazon.com/lambda/) functions. | ||
@@ -9,0 +9,0 @@ |
9213