Tim
Tim

Reputation: 374

Add Amplify Auth triggers without going through all CLI steps

I need to create a Custom Message lambda trigger but it appears that the only way to do so is to go through all the steps in updating the auth category. I don't want to mess up my user pool and auth settings. How do I skip all steps except the lambda options?

Thanks!

Upvotes: 2

Views: 830

Answers (1)

Anurag
Anurag

Reputation: 163

you can always add a new function using amplify add function and then attach this function as a trigger on cognito user pool config screen. downside is you will have to do this for all your user pools but it doesn't mess your amplify configurations.

user pool config menu

Upvotes: 1

Related Questions