Skip to content

Commit 26f400a

Browse files
authored
Update fido challenge lambda to use fido2Challenge function props (#105)
1 parent 4e3c4ea commit 26f400a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/lib/cognito-passwordless.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ export class Passwordless extends Construct {
651651
format: cdk.aws_lambda_nodejs.OutputFormat.ESM,
652652
},
653653
timeout: cdk.Duration.seconds(30),
654-
...props.functionProps?.fido2,
654+
...props.functionProps?.fido2challenge,
655655
environment: {
656656
LOG_LEVEL: props.logLevel ?? "INFO",
657657
DYNAMODB_AUTHENTICATORS_TABLE: this.authenticatorsTable!.tableName,

0 commit comments

Comments
 (0)