Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type LambdaAPI interface + AddPermission func(*lambda.AddPermissionInput) (*lambda.AddPermissionOutput, error) + CreateEventSourceMapping func(*lambda.CreateEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error) + CreateFunction func(*lambda.CreateFunctionInput) (*lambda.FunctionConfiguration, error) + DeleteEventSourceMapping func(*lambda.DeleteEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error) + DeleteFunction func(*lambda.DeleteFunctionInput) (*lambda.DeleteFunctionOutput, error) + GetEventSourceMapping func(*lambda.GetEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error) + GetFunction func(*lambda.GetFunctionInput) (*lambda.GetFunctionOutput, error) + GetFunctionConfiguration func(*lambda.GetFunctionConfigurationInput) (*lambda.FunctionConfiguration, error) + GetPolicy func(*lambda.GetPolicyInput) (*lambda.GetPolicyOutput, error) + Invoke func(*lambda.InvokeInput) (*lambda.InvokeOutput, error) + InvokeAsync func(*lambda.InvokeAsyncInput) (*lambda.InvokeAsyncOutput, error) + ListEventSourceMappings func(*lambda.ListEventSourceMappingsInput) (*lambda.ListEventSourceMappingsOutput, error) + ListFunctions func(*lambda.ListFunctionsInput) (*lambda.ListFunctionsOutput, error) + RemovePermission func(*lambda.RemovePermissionInput) (*lambda.RemovePermissionOutput, error) + UpdateEventSourceMapping func(*lambda.UpdateEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error) + UpdateFunctionCode func(*lambda.UpdateFunctionCodeInput) (*lambda.FunctionConfiguration, error) + UpdateFunctionConfiguration func(*lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)