Skip to content

A boilerplate of serverless architecture build with serverless framework on AWS with nodejs TypeScript and DynamoDb with IaC

Notifications You must be signed in to change notification settings

B1tOverflow/serverless-typescript-dynamodb

Repository files navigation

Serverless Framework Node with Typescript REST API on AWS with DynamoDB IaC

This template demonstrates how to make a simple REST API with Node.js and Typescript running on AWS Lambda and API Gateway and DynamoDB as database using the Serverless Framework. All resource and tables will be created and handled as IaC (Infrastructure as Code) using the variable Functionalities provided by the Serverless FrameWork.

Usage

Deploy

This example is made to work with the Serverless Framework dashboard which includes advanced features like CI/CD, monitoring, metrics, etc.

$ serverless login
$ serverless deploy

Invoke the function locally.

serverless invoke local --function function_name

This repository is still work in progress

About

A boilerplate of serverless architecture build with serverless framework on AWS with nodejs TypeScript and DynamoDb with IaC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published