Skip to content

Commit 16a6ffc

Browse files
committed
docs: remove additional note banners to ease reading
1 parent 9a26afd commit 16a6ffc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/utilities/data_classes.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,10 @@ Verify Auth Challenge | `data_classes.cognito_user_pool_event.VerifyAuthChalleng
256256

257257
#### Define Auth Challenge Example
258258

259-
!!! warning "NOTE "
259+
!!! warning "NOTE"
260260
In this example we are modifying the wrapped dict response fields, so we need to return the json serializable wrapped event in `event.raw_event`
261261

262-
!!! info "NOTE "
263-
This example is based on the AWS Cognito docs for [Define Auth Challenge Lambda Trigger](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-define-auth-challenge.html){target="_blank"}
262+
This example is based on the AWS Cognito docs for [Define Auth Challenge Lambda Trigger](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-define-auth-challenge.html){target="_blank"}.
264263

265264
=== "app.py"
266265

@@ -414,8 +413,7 @@ Verify Auth Challenge | `data_classes.cognito_user_pool_event.VerifyAuthChalleng
414413

415414
#### Create Auth Challenge Example
416415

417-
!!! info "NOTE "
418-
This example is based on the AWS Cognito docs for [Create Auth Challenge Lambda Trigger](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-create-auth-challenge.html){target="_blank"}
416+
This example is based on the AWS Cognito docs for [Create Auth Challenge Lambda Trigger](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-create-auth-challenge.html){target="_blank"}.
419417

420418
=== "app.py"
421419

@@ -433,8 +431,7 @@ Verify Auth Challenge | `data_classes.cognito_user_pool_event.VerifyAuthChalleng
433431

434432
#### Verify Auth Challenge Response Example
435433

436-
!!! info "NOTE "
437-
This example is based on the AWS Cognito docs for [Verify Auth Challenge Response Lambda Trigger](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-verify-auth-challenge-response.html){target="_blank"}
434+
This example is based on the AWS Cognito docs for [Verify Auth Challenge Response Lambda Trigger](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-verify-auth-challenge-response.html){target="_blank"}.
438435

439436
=== "app.py"
440437

@@ -451,6 +448,8 @@ Verify Auth Challenge | `data_classes.cognito_user_pool_event.VerifyAuthChalleng
451448

452449
### Connect Contact Flow
453450

451+
> New in 1.11.0
452+
454453
=== "app.py"
455454

456455
```python

0 commit comments

Comments
 (0)