lukeautry / tsoa

Build OpenAPI-compliant REST APIs using TypeScript and Node
MIT License
3.42k stars 489 forks source link

Custom templates Handlebars #1508

Closed ymedaghri closed 8 months ago

ymedaghri commented 9 months ago

Hi, I like your library and your work. I have a very custom need where I need to generate my routes to publish them as AWS Lambdas, so they will not be using express, koa or Hapi, they are custom made. I'd like to create a custom middleware for my need so I can generate the tsoa controllers as these new javascript "api lambdas".

Could I get some documentation on how I can do this ?

Thank you !

Sorting

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

      1. 4.

Context (Environment)

Version of the library: Version of NodeJS:

Detailed Description

Breaking change?

github-actions[bot] commented 9 months ago

Hello there ymedaghri 👋

Thank you for opening your very first issue in this project.

We will try to get back to you as soon as we can.👀

WoH commented 9 months ago

https://github.com/lukeautry/tsoa/tree/master/tests/fixtures/custom

Hope this helps.

Was added because of https://github.com/lukeautry/tsoa/issues/1340 via https://github.com/lukeautry/tsoa/pull/1342

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days