Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/add-aws-services/overridi…
Browse files Browse the repository at this point in the history
…ng-resources/index.mdx
  • Loading branch information
josefaidt authored Sep 24, 2024
1 parent a0c268d commit 8b2c1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ userPool.grant(lambdaFunction, 'cognito:AdminListUserAuthEvents');
backend.authAuditorFunction.addEnvironment('USER_POOL_ID', userPool.userPoolId);
```

## Example - Mutate synthesized CloudFormation
## Example - Modify L1 CDK Constructs

It's possible to reach all the way down to the raw CloudFormation to mutate properties using `addPropertyOverride` on an AWS CDK construct. To edit the password policies of the Cognito user pool in `defineAuth`, you can use the following code.

Expand Down

0 comments on commit 8b2c1c8

Please sign in to comment.