Documentation
¶
Index ¶
- func FilteredLogStreamUrl(region string, group string, stream string, filter string) string
- func ForceLambdaReset(ctx context.Context, arn string) stackerr.Error
- func Invoke(ctx context.Context, arn string, payload []byte) (responsePayload []byte, err stackerr.Error)
- func LogGroupUrl(region string, group string) string
- func LogStreamUrl(region string, group string, stream string) string
- func RequestIdLogStreamUrl(region string, group string, stream string, request_id string) string
- func RequestIdLogStreamUrlFromContext(ctx context.Context) (string, stackerr.Error)
- func RequestIdLogStreamUrlFromMeta(meta LambdaMeta) string
- func UpdateLambdaConfig(ctx context.Context, arn string, ...) stackerr.Error
- type LambdaMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilteredLogStreamUrl ¶
func ForceLambdaReset ¶
func LogGroupUrl ¶
func RequestIdLogStreamUrl ¶
func RequestIdLogStreamUrlFromMeta ¶
func RequestIdLogStreamUrlFromMeta(meta LambdaMeta) string
func UpdateLambdaConfig ¶
func UpdateLambdaConfig(ctx context.Context, arn string, config lambda.UpdateFunctionConfigurationInput) stackerr.Error
Types ¶
type LambdaMeta ¶
type LambdaMeta struct { LambdaArn string `json:"lambda_arn"` AccountId string `json:"account_id"` Region string `json:"region"` FunctionName string `json:"function_name"` FunctionVersion string `json:"function_version"` LogGroupName string `json:"log_group_name"` LogStreamName string `json:"log_stream_name"` RequestId string `json:"request_id"` }
func MetaFromContext ¶
func MetaFromContext(ctx context.Context) (LambdaMeta, stackerr.Error)
Click to show internal directories.
Click to hide internal directories.