GitHunt
GR

Grenguar/ts-claudia-boilerplate

This is a boilerplate project to use Typescript with AWS Lambda. For deployment, Claudia JS is used here.

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.

Check great documentation on Claudia here.

Inspired by the article: check it!

Created April 3, 2019
Updated August 15, 2021