Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dodoinblue/nestjs-azure-example
- Owner: dodoinblue
- Created: 2022-04-25T17:29:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T17:29:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T14:41:33.779Z (2 months ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```