struct AwsLambdaRuntime::LambdaContext

Overview

Provides meta information on the lambda.

Defined in:

aws_lambda_runtime/lambda_context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def function_name : String #

[View source]
def function_version : String #

[View source]
def log_group_name : String #

[View source]
def log_stream_name : String #

[View source]
def memory_limit_in_mb : UInt32 #

[View source]