GeistHaus
log in · sign up

Announcing Go Support for AWS Lambda | Amazon Web Services

aws.amazon.com

This post courtesy of Paul Maddox, Specialist Solutions Architect (Developer Technologies). Today, we’re excited to announce Go as a supported language for AWS Lambda. As someone who’s done their fair share of Go development (recent projects include AWS SAM Local and GoFormation), this is a release I’ve been looking forward to for a while. I’m […]

6 pages link to this URL
An Example of Go RPC Client and Server

Having jump straight to gRPC, I got surprised by how easy is to set up Go RPC using net/rpc package. Check out a simple example exploring this package.

0 inbound links article en gists golanggorpcnetworking