Skip to content

Commit 8b2c1c8

Browse files
authored
Update src/pages/[platform]/build-a-backend/add-aws-services/overriding-resources/index.mdx
1 parent a0c268d commit 8b2c1c8

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/add-aws-services/overriding-resources

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/add-aws-services/overriding-resources/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ userPool.grant(lambdaFunction, 'cognito:AdminListUserAuthEvents');
9797
backend.authAuditorFunction.addEnvironment('USER_POOL_ID', userPool.userPoolId);
9898
```
9999

100-
## Example - Mutate synthesized CloudFormation
100+
## Example - Modify L1 CDK Constructs
101101

102102
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.
103103

0 commit comments

Comments
 (0)