Versions in this module Expand all Collapse all v2 v2.0.1 Oct 3, 2021 Changes in this version + type DynamodbClientAPI interface + GetItem func(ctx context.Context, params *dynamodb.GetItemInput, ...) (*dynamodb.GetItemOutput, error) + PutItem func(ctx context.Context, params *dynamodb.PutItemInput, ...) (*dynamodb.PutItemOutput, error) + TransactGetItems func(ctx context.Context, params *dynamodb.TransactGetItemsInput, ...) (*dynamodb.TransactGetItemsOutput, error) + TransactWriteItems func(ctx context.Context, params *dynamodb.TransactWriteItemsInput, ...) (*dynamodb.TransactWriteItemsOutput, error) + type DynamodbComplexPrimaryKey struct + PartitionKey DynamodbSimplePrimaryKey + SortKey DynamodbSimplePrimaryKey + type DynamodbSimplePrimaryKey struct + KeyName string + Value interface{} + type ErrorResponse struct + Message string + type LambdaContext struct + func NewLambdaContext() LambdaContext + func (ctx *LambdaContext) Exists(key string) bool + func (ctx *LambdaContext) Get(key string) (interface{}, bool) + func (ctx *LambdaContext) Set(key string, value interface{}) + func (ctx LambdaContext) Deadline() (deadline time.Time, ok bool) + func (ctx LambdaContext) Done() <-chan struct{} + func (ctx LambdaContext) Err() error + func (ctx LambdaContext) Value(key interface{}) interface{} + type RedisEntity struct + ExpirationTime time.Duration + Key string + Value interface{} + type ValidatedRequest interface + Validate func() common_errors.GenericApplicationError Other modules containing this package github.com/Drathveloper/lambda_commons