awsx

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package awsx contains general purpose AWS utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Do

func Do[In, Out, Options any](
	ctx context.Context,
	fn func(context.Context, *In, ...func(*Options)) (Out, error),
	m func(any) []func(*Options),
	in *In,
) (out Out, err error)

Do executes an AWS API request.

fn is a function that is called to execute the request, typically a method on one of the AWS client types.

m is a function that mutates the input value before it is sent and returns any options that should be used when sending the request.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL