Stephen Hallett
Stephen Hallett
on 0.8.2 `cdktf get` is taking roughly 40-50m to generate golang bindings for me. It regenerates existing files as well, so adding a provider is fairly tedious (i.e. it's no...
@guregu I would humbly encourage you not to make aws sdk v2 support contingent on dynamo v2 (which I take is your current thinking based on your reference to #213)....
As it happens I believe we've been hit by https://github.com/aws/aws-sdk-go-v2/issues/2370, so personally I've had to fork @irohiroki's branch to bump the version of the sdkv2 packages again
This is not an upstream issue (well, it's definitely a design issue, but ignoring that...) and is due to the way the provider runs the delete, which is to try...