package laxmena
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package HelperUtil
Type Members
- class AwsProtobufClient extends AnyRef
This class is responsible for creating the AWS Protobuf Client.
AWS Protobuf Client
This class is responsible for creating the AWS Protobuf Client.
Functionality
AWS Lambda by default doesnt provide support to gRPC connection. So we emulate the behaviour of gRPC by using Protobuf Serialization, and transfer it over .
- Encodes the LogQueryRequest into bytes and sends
- Version
1.0
- class LambdaClient extends AnyRef
LambdaClient is a Scala client for the AWS Lambda service.
LambdaClient
LambdaClient is a Scala client for the AWS Lambda service.
Usage
The following command shows how to compile and run the LambdaClient:
sbt clean compile sbt assembly sbt run
Value Members
- object AwsProtobufClient
- object LambdaClient