This project aims to re-create the issue with integration tests that have an account specified, and require to perform lookups.
export CDK_DEFAULT_ACCOUNT=<0123567890123-CHANGEME>
aws route53 create-hosted-zone --name myexample.com --caller-reference asdfnpm run integ-runner -- --parallel-regions eu-central-1 --max-workers 1 --language typescript --update-on-failedexpected error when the lookup is used
FAILED integ.cdk-repro.test-ApiGatewayCompleteDeploymentTest/DefaultTest (undefined/eu-central-1) 3.675s
Integration test failed: ToolkitError: Other CLIs (PID=26620) are currently reading from /Users/dummyuuser/git/cdk-repro/test/cdk-integ.out.integ.cdk-repro.test.ts.snapshot. Invoke the CLI in sequence, or use '--output' to synth into different directories.You can change in ExampleConstruct.ts to use the Attributes and it will work.