package
1.47.0
Repository: https://github.com/aws/aws-lambda-go.git
Documentation: pkg.go.dev

# README

Overview

Go Reference

# Functions

FromContext returns the LambdaContext value stored in ctx, if any.
NewContext returns a new Context that carries value lc.

# Variables

FunctionName the name of the current Lambda Function.
FunctionVersion is the published version of the current instance of the Lambda Function.
LogGroupName is the name of the log group that contains the log streams of the current Lambda Function.
LogStreamName name of the log stream that the current Lambda Function's logs will be sent to.
MemoryLimitInMB is the configured memory limit for the current instance of the Lambda Function.

# Structs

ClientApplication is metadata about the calling application.
ClientContext is information about the client application passed by the calling application.
CognitoIdentity is the cognito identity used by the calling application.
LambdaContext is the set of metadata that is passed for every Invoke.