Jack Stevenson
Jack Stevenson
I think the tricky part for typescript will be getting the esbuild command right to bundle all the handlers - I wonder if we'd need to make it more generic...
We can read the `model/.api.json` at build time (just not at project synthesis time as users should be able to add an operation and just rebuild rather than having to...
Hey, apologies your previous issue (https://github.com/aws/aws-pdk/issues/757) got automatically closed! I wondered if you might be able to elaborate on your need for this - is it just desire to reduce...
Thanks for raising this! Glad to hear you have a workaround. I believe that TODO came from a like-for-like copy of the Java-based OpenAPI Generator which Type Safe API used...
Hey @AlexTo! As a workaround, I wonder if changing the logical id of your `StaticWebsite` construct will address this? It should ensure CloudFormation creates a new CloudFront distribution. Cheers, Jack
So from a bit of digging it looks like with OAC CloudFront now responds with a 403 instead of a 404 when you request a resource that's missing in the...
Fix has been released in version [`0.26.7`](https://github.com/aws/aws-pdk/releases/tag/v0.26.7)
Hey @julianpitt! This will be fully fixed by #870 since all scripts are now in nodejs and we no longer do any juggling with temporary directories or absolute paths in...
We’re seeing something similar in our repo, where `feat(xxx): yyy` creates a patch version bump where we’d expect a minor version, eg: https://github.com/awslabs/nx-plugin-for-aws/releases/tag/v0.62.1 `feat: yyy` creates a minor version bump...
Hey Archie, unfortunately not! Still very keen for this to be addressed to avoid clashes for users that create multiple trpc apis using the Nx Plugin for AWS https://awslabs.github.io/nx-plugin-for-aws/en/guides/trpc/