aws

Tech

Invoking AWS Lambda with gRPC Protobuf : Analysis and Implementation design

On an abstract level, both gRPC functions and Lambda are "Remote Methods". End user/Client tries to invoke a method defined in a remote computer. But there are differences in the way gRPC and Lambda are designed. This article analyses and combines ...

Read