Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days ago
JSON representation
template for building and deploying a serverless API
- Host: GitHub
- URL: https://github.com/aryasaatvik/serverless-tsoa-starter
- Owner: aryasaatvik
- Created: 2024-06-01T23:06:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T00:12:32.000Z (7 months ago)
- Last Synced: 2024-10-16T19:11:25.520Z (2 months ago)
- Topics: aws, cdk, koa, lambda, serverless, serverless-http, tsoa, workos
- Language: TypeScript
- Homepage: https://blog.saatvik.co/serverless-rest-api
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/