Jack Stevenson
Jack Stevenson
As a workaround until this is implemented properly, I used `AwsCustomResource` to achieve the same result. Sharing it here in case it's useful :) ```ts import { IPrefixList, PrefixList }...
Thanks for the speedy response Arun! 😄 Sure, I understand that a regex could cover more resources than intended so it'd definitely be something to use with caution. I actually...
Makes sense! Ah funny you saw my PR - when I saw that the bucket deployment used a different UUID this time round I thought perhaps addressing it in CDK...
Reopening this as it's still an issue. Think it still needs a bit more digging/experimentation to figure out how we can handle large APIs without hitting the CFN/lambda size limits.
Thanks for raising this Cyprian! We'd definitely like to build in better support for Smithy generated libraries (the existing runtimes/libraries etc are all generated from the OpenAPI projection for Smithy)....
Hi @raghibomar786, Thanks for raising this! It would definitely be nicer if the generated typescript client returned the error message by default! Sadly the way the generated typescript client is...
Thanks for your contribution @jstrunk! Great to have the `commitGeneratedCode` option :) I guess the next step here would be to add some logic to the various build tasks to...
An additional note - we've replaced OpenAPI generator with our own nodejs code generation engine so there's no longer a dependency on Java and Maven for generating code. This means...
Hi John, Sorry for the slow reply - just back from leave! Interesting, I'm not able to reproduce this! I cleaned my `~/.pdk` directory before cloning and building the repo...
Awesome, thanks so much!