yjw113080 / aws-cdk-eks-multi-region

Other
26 stars 9 forks source link

Fix race condition manifest #7

Closed allamand closed 4 years ago

allamand commented 4 years ago

Hi Jiwon,

I think I've fix the race condition when deploying kubernetes manifest in case we have several one in one file.

it add dependency between them, tried it and it works.

I also tried to add unit test, but the snapshot is empty maybe missing something there..