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),
)