Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk/testing): prevent duplicate subscription (#22460)
If the actual subscription provided by the environment comes after the first batched function call, the default function is installed and without this change it'll stay installed forever, even if another handler is installed afterwards.
- Loading branch information