in options.go [47:52]
func WithAWSConfig(awsConfig AWSConfigProvider) Option { return func(app *App) error { app.awsConfig = awsConfig return nil } }