Skip to content

ajorquera/lambda-typescript-template

Repository files navigation

Lambda Typescript Template

Lambda logo Cloud formation

This is a template repo for creating lambda functions using typescript. We are using the serverless pattern API Gateway HTTP API to Lambda

It has the following features:

  • Uses typescript
  • We use eslint for best practices
  • Uses ts-node for local development
  • Its integrated with Visual Studio Code for debugging
  • It uses Github Actions for CI/CD workflows
  • It uses Mocha for unit testing
  • Uses AWS Serverless Application Model

After clonining this template do the following:

  1. Set the AppName in .toml file and package.json
  2. For CD deployment into aws you will need the AWS_ACCESS_KEY_ID, AWS_REGION and AWS_SECRET_ACCESS_KEY
  3. Is important to take into account dependencies as lambda functions have a size limit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published