lambd.layer

# #Copyright (c) 2019 IoTone, Inc. All rights reserved. #

Members

Aliases

HandlerFunc
alias HandlerFunc = JSONValue function(JSONValue evt, LambdaContext ctx)
Undocumented in source.

Classes

LambDException
class LambDException
Undocumented in source.

Functions

getenv
char* getenv(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
runHandler
void runHandler(HandlerFunc handler)

runHandler

Static variables

AWS_LAMBDA_FUNCTION_MEMORY_SIZE
auto AWS_LAMBDA_FUNCTION_MEMORY_SIZE;
Undocumented in source.
AWS_LAMBDA_FUNCTION_NAME
auto AWS_LAMBDA_FUNCTION_NAME;

Lambda Environment variable defs

AWS_LAMBDA_FUNCTION_VERSION
auto AWS_LAMBDA_FUNCTION_VERSION;
Undocumented in source.
AWS_LAMBDA_LOG_GROUP_NAME
auto AWS_LAMBDA_LOG_GROUP_NAME;
Undocumented in source.
AWS_LAMBDA_LOG_STREAM_NAME
auto AWS_LAMBDA_LOG_STREAM_NAME;
Undocumented in source.
AWS_LAMBDA_RUNTIME_API
auto AWS_LAMBDA_RUNTIME_API;
Undocumented in source.
AWS_LAMBDA_RUNTIME_BASE
auto AWS_LAMBDA_RUNTIME_BASE;
Undocumented in source.
AWS_LAMBDA_RUNTIME_INVOCATION_NEXT
auto AWS_LAMBDA_RUNTIME_INVOCATION_NEXT;
Undocumented in source.
AWS_LAMBDA_RUNTIME_INVOCATION_RESPONSE
auto AWS_LAMBDA_RUNTIME_INVOCATION_RESPONSE;
Undocumented in source.

Structs

LambdaContext
struct LambdaContext

LambdaContext Inspired by nim's awslambda.nim

Meta