Features
- apigateway: support multi-level paths for custom domains (#22463) (cdc5753), closes #15904
- config: add custom policy rule constructs (#21794) (09a5cc4), closes #21441
- elbv2: add dropInvalidHeaderFields for elbv2 (#22466) (91767f0), closes /docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-fsbp-controls.html#fsbp-elb-4
Bug Fixes
- breaking change to deployment config props (#22567) (be6074a), closes #22566
- apigateway: validation for path parts does not allow creation of resources with colon (#22531) (73c443a), closes #22477 #22477
- cli: hotswap deploy fails on multiple CfnEvaluationException (#22339) (7b47f41), closes #22323
- cloudwatch: remove region from dashboard ARN (#22524) (558d192)
- codeguruprofiler: incorrect profiling group name is returned when using importing (#22554) (9934619)
- cognito: cannot use same lambda function as trigger in multiple user pools (#22444) (b26fc00), closes #22315
- config: Creating multiple rules from the same lambda (#21594) (0d2b529), closes #17582
- iam: missing validation for actions added post instantiation of a policy statement (#21906) (10974d9), closes 40aws-cdk/aws-iam/lib/policy-statement.ts#L88-L95
- stepfunctions: JsonPath.listAt does not accept strings starting with
$[
(#22472) (6f332ef), closes #22471