Documentation
¶
Index ¶
- Constants
- func AddPermission(ctx context.Context, cfg *awscfg.Config, name, principal, sourceARN string) error
- func EnsureFunction(ctx context.Context, cfg *awscfg.Config, name, roleARN string, ...) (functionARN string, err error)
- func InvokeAsync(ctx context.Context, cfg *awscfg.Config, name string, payload any) (err error)
- func UpdateFunctionCode(ctx context.Context, cfg *awscfg.Config, name string, code []byte) error
- func UpdateFunctionConfiguration(ctx context.Context, cfg *awscfg.Config, name, roleARN string, ...) (functionARN string, err error)
Constants ¶
View Source
const (
ResourceConflictException = "ResourceConflictException"
)
Variables ¶
This section is empty.
Functions ¶
func AddPermission ¶
func EnsureFunction ¶
func InvokeAsync ¶
func UpdateFunctionCode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.