Ernest Dolog
Ernest Dolog
@oleksandr-andrushchenko Could you please show your whole solution? For me, `routingControllersToSpec()` throws `generateSpec.ts:341 )[index]`, `TypeError: Cannot read properties of undefined (reading '0')`, if i use `@Body()` of routing-controllers. All steps...
@oleksandr-andrushchenko thank You for Your help! :) Indeed with a commonJS setup it works smoothly. Sadly for ESM it doesn't.
I'm using Terraform generally, but same thing in the end. I create a redirection by a CNAME record to the App Runners exposed `.service_url`: ``` resource "aws_route53_record" "cname_app_runner" { zone_id...
It's still an issue. Please tell me if the following is lunacy.: So I have a variable with a map, like this format, called repositories: ``` { my-repository-name: { name:...