How to Test the CDK? #22996
Unanswered
adrian-goe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I am the owner of an nx cdk adrian-goe/nx-aws-cdk-v2 integration and would like to test it in my CI.
I was thinking about using localstack, but I can't because I can't specify an endpoint url for the cdk like I can with the aws cli. I also don't want to use the cdk-local package from localstack, because I really want to test the integration of the cdk. Then the only thing left is to deploy against aws, which is somehow not the right thing to do if I want to do it automatically in the CI process.
So what would be your suggestion for developing a good integration test?
Beta Was this translation helpful? Give feedback.
All reactions