Skip to content

Support logger for aws sdk #12

@fogfish

Description

@fogfish

aws sdk have feature to enable logging of requests/responses. The logger is not compatible with slog. Consider utility function.

	cfg, err := config.LoadDefaultConfig(
		context.Background(),
		config.WithLogger(...),
		config.WithClientLogMode(aws.LogRequestWithBody|aws.LogResponseWithBody),
	)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions