Skip to content

This repository contains a simple example of how to use Terraform, Typescript, and Express to create a server-less API hosted on AWS

Notifications You must be signed in to change notification settings

elliottcrif/serverless-typescript-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Typescript API

This repository contains a simple example of how to use Terraform, Typescript, and Express to create a server-less API hosted on AWS

How to run the app

  • Make sure to have node installed on your machine
  • Execute npm i in the root project directory
  • Execute npm run start:watch to start the server with hot reload 🚀

How to test

  • Execute npm run test

How to deploy

  • Configure AWS Environment Variables
  • Make sure AWS Role you are assuming using has access to s3, AWS Lambda, and API Gateway
  • execute deploy.sh

About

This repository contains a simple example of how to use Terraform, Typescript, and Express to create a server-less API hosted on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published