class Crambda::LambdaContext

Defined in:

crambda.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(function_name : String, function_version : String, function_memory_size : UInt32, log_group_name : String, log_stream_name : String, aws_request_id : String, invoked_function_arn : String, deadline : Time, identity : JSON::Any, client_context : JSON::Any) #

[View source]

Instance Method Detail

def aws_request_id : String #

[View source]
def client_context : JSON::Any #

[View source]
def deadline : Time #

[View source]
def function_memory_size : UInt32 #

[View source]
def function_name : String #

[View source]
def function_version : String #

[View source]
def identity : JSON::Any #

[View source]
def invoked_function_arn : String #

[View source]
def log_group_name : String #

[View source]
def log_stream_name : String #

[View source]