We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3c4ea commit 26f400aCopy full SHA for 26f400a
cdk/lib/cognito-passwordless.ts
@@ -651,7 +651,7 @@ export class Passwordless extends Construct {
651
format: cdk.aws_lambda_nodejs.OutputFormat.ESM,
652
},
653
timeout: cdk.Duration.seconds(30),
654
- ...props.functionProps?.fido2,
+ ...props.functionProps?.fido2challenge,
655
environment: {
656
LOG_LEVEL: props.logLevel ?? "INFO",
657
DYNAMODB_AUTHENTICATORS_TABLE: this.authenticatorsTable!.tableName,
0 commit comments