Dan Straw
Dan Straw
I had the same issue; this worked for me: `cdk deploy --context admin_role=$EKS_ADMIN_ARN Services --context dashboard_role_arn=$CONSOLE_ROLE_ARN --require-approval broadening --no-rollback`
The only change to the command i made was to include --no-rollback parameter, as i wanted to continue where it left off when i got the rate limit exceeded error...
A couple of notes - as this is local testing there's no IAC involved. And there are no integration tests either. There is a [metadata file](https://github.com/aws-samples/serverless-test-samples/blob/main/python-test-samples/step-functions-local/metadata.json) with info in submitted...