Sami-I / products-api

Example REST API template created using AWS DynamoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless - AWS Node.js Typescript

Serverless Framework template for zero-config TypeScript support.

Features

Thanks to serverless-typescript plugin:

  • Zero-config: Works out of the box without the need to install any other compiler or plugins
  • Supports ES2015 syntax + features (export, import, async, await, Promise, ...)
  • Supports sls package, sls deploy and sls deploy function
  • Supports sls invoke local + --watch mode
  • Integrates nicely with serverless-offline

Prerequisites

Usage

To create new serverless AWS TypeScript project using this template run:

serverless create \
--template-url https://github.com/ttarnowski/serverless-aws-nodejs-typescript/tree/main \
--path myServiceName

where myServiceName should be replaced with the name of your choice.

Then change directory to the newly created one:

cd myServiceName

And run:

npm install

or:

yarn install

Licence

MIT.

About

Example REST API template created using AWS DynamoDB

License:MIT License


Languages

Language:TypeScript 100.0%