Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dodoinblue/nestjs-azure-example

An example for azure function, nestjs and serverless framework
https://github.com/dodoinblue/nestjs-azure-example

Last synced: 5 days ago
JSON representation

An example for azure function, nestjs and serverless framework

Awesome Lists containing this project

README

        

# Serverless + Azure function + NestJS setup

## Description
Template for azure function, nestjs and serverless framework

## Prerequisite

* Severless framework installed globally.
* Log into Azure Portal with a user other than the the one created Azure account (JWT token issuer should be your azure account instead of Microsoft)

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# offline mode
$ sls offline
```

## Deploy

```
# deploy mode
$ sls deploy
```