Documentation
¶
Index ¶
- Constants
- func InvokeAsync(ctx context.Context, client LambdaClient, in *InvokeInput) error
- func InvokeSync(ctx context.Context, client LambdaClient, in *InvokeInput, out any) error
- func NewDefaultClient(ctx context.Context) (*lambda.Client, error)
- type InvokeError
- type InvokeInput
- type LambdaClient
Constants ¶
View Source
const DefaultAlias = "$LATEST"
DefaultAlias is the alias for function invocations.
Variables ¶
This section is empty.
Functions ¶
func InvokeAsync ¶
func InvokeAsync(ctx context.Context, client LambdaClient, in *InvokeInput) error
func InvokeSync ¶
func InvokeSync(ctx context.Context, client LambdaClient, in *InvokeInput, out any) error
Types ¶
type InvokeError ¶
type InvokeInput ¶
type LambdaClient ¶
type LambdaClient interface {
Invoke(ctx context.Context, params *lambda.InvokeInput, optFns ...func(*lambda.Options)) (*lambda.InvokeOutput, error)
}
Click to show internal directories.
Click to hide internal directories.