Categorygithub.com/WinterYukky/aws-lambda-custom-runtime-kit

# README

aws-lambda-custom-runtime-kit

AWS Lambda Custom Runtime create kit.

test status MIT license

Install

go get github.com/WinterYukky/aws-lambda-custom-runtime-kit

# Functions

Initialize AWSLambdaCustomRuntime.

# Structs

AWS Lambda Custom Runtime.
AWSLambdaRuntimeEnvironemnt is needy environment info for to invoke handler.
AWSLambdaRuntimeError is error of AWS Lambda runtime error.
Context is AWS Lambda event.

# Interfaces

AWSLambdaRuntime is interface of any runtime.
HTTPClient is dependency of AWSLambdaCustomRuntime.