func New()

in internal/signer/signer.go [47:49]


func New(s client.Interface) *Signer {
	return &Signer{awssigner: s}
}