Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aryasaatvik/serverless-tsoa-starter

template for building and deploying a serverless API
https://github.com/aryasaatvik/serverless-tsoa-starter

aws cdk koa lambda serverless serverless-http tsoa workos

Last synced: 2 days ago
JSON representation

template for building and deploying a serverless API

Awesome Lists containing this project

README

        

# serverless tsoa starter

A template for building and deploying a serverless API

[tsoa]: OpenAPI-compliant REST APIs using TypeScript and Node.js

[koa]: node.js web framework for building APIs

[workos]: managed authentication and user management service

[esbuild]: JavaScript bundler and minifier

[serverless-http]: adapter for running node.js web frameworks on AWS Lambda

[cdk]: AWS CDK for deploying infrastructure as code

[tsoa]: https://github.com/lukeautry/tsoa
[koa]: https://koajs.com/
[cdk]: https://aws.amazon.com/cdk/
[workos]: https://workos.com/user-management
[serverless-http]: https://github.com/dougmoscrop/serverless-http/tree/master
[esbuild]: https://esbuild.github.io/