Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Fix user pool triggers type (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicbliss authored Oct 16, 2024
1 parent ed7b080 commit 14bb020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/components/aws/cognito-user-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Triggers {
* When `customEmailSender` or `customSmsSender` are configured, Cognito encrypts the
* verification code and temporary passwords before sending them to your Lambda functions.
*/
kmsKey?: string;
kmsKey?: Input<string>;
/**
* Triggered after the user successfully responds to the previous challenge, and a new
* challenge needs to be created.
Expand Down

0 comments on commit 14bb020

Please sign in to comment.