func WithAWS()

in options.go [38:43]


func WithAWS(aws AWSProvider) Option {
	return func(app *App) error {
		app.aws = aws
		return nil
	}
}