Skip to content

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

Notifications You must be signed in to change notification settings

Grenguar/ts-claudia-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published