๐Ÿ“ฆ tejanshrana / typescript-serverless-starter

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/tejanshrana/typescript-serverless-starter.git
HTTPS git clone https://github.com/tejanshrana/typescript-serverless-starter.git
SSH git clone git@github.com:tejanshrana/typescript-serverless-starter.git
CLI gh repo clone tejanshrana/typescript-serverless-starter
Tejansh Rana Tejansh Rana Updated README fffe76b 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .husky
๐Ÿ“ src
๐Ÿ“ test
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc
๐Ÿ“„ .gitignore
๐Ÿ“„ jest.config.ts
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ serverless.yml
๐Ÿ“„ tsconfig.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Typescript Serverless Starter

This starter can be user to bootstrap a new TS based Serverless project to be deployed on AWS. This starter includes:

  • Node based backend services
  • TS as the language
  • Serverless v3
  • Pino
  • ESLint
  • Husky
  • Jest
  • AWS SDK V3
  • Example of
  • Event Bridge - WIP
  • API GW
  • SQS - WIP
  • DynamoDB - WIP
  • Build and Deploy with Codepipeline/Github actions - WIP
  • Webpack - WIP