https://github.com/grenguar/ts-claudia-boilerplate
This is a boilerplate project to use Typescript with AWS Lambda. For deployment, Claudia JS is used here.
https://github.com/grenguar/ts-claudia-boilerplate
aws aws-lambda claudia claudia-api-builder claudiajs serverless typescript
Last synced: 7 months ago
JSON representation
This is a boilerplate project to use Typescript with AWS Lambda. For deployment, Claudia JS is used here.
- Host: GitHub
- URL: https://github.com/grenguar/ts-claudia-boilerplate
- Owner: Grenguar
- Created: 2019-04-03T11:37:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T11:52:32.000Z (over 6 years ago)
- Last Synced: 2025-01-24T18:34:45.574Z (9 months ago)
- Topics: aws, aws-lambda, claudia, claudia-api-builder, claudiajs, serverless, typescript
- Language: TypeScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-claudia-boilerplate
This is a boilerplate project to use Typescript with AWS Lambda. For deployment, Claudia JS is used here.You need to have AWS CLI installed in your OS.
All the necessary scripts have been made for you.
For the first time you should run this command.
```tsc && claudia create --api-module bin/app --region```
After that you can use scripts from package.json:
```tsc && claudia update --api-module bin/app```
```tsc && claudia create --api-module bin/app```
```tsc && claudia pack --api-module bin/app --force```
Installation guide for AWS CLI can be found [here](https://docs.amazonaws.cn/en_us/cli/latest/userguide/install-windows.html).
Check great documentation on Claudia [here](https://claudiajs.com/claudia-api-builder.html).
Inspired by the article: [check it!](https://medium.com/@zahreva/typescript-with-claudia-js-dc4d16acc948)