Skip to content

Example REST API template created using AWS DynamoDB

License

Notifications You must be signed in to change notification settings

Sami-I/products-api

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published