Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trilonio/nestjs-azure-functions
Deploying serverless NestJS to Azure Functions demo
https://github.com/trilonio/nestjs-azure-functions
azure azure-functions nestjs serverless
Last synced: about 2 months ago
JSON representation
Deploying serverless NestJS to Azure Functions demo
- Host: GitHub
- URL: https://github.com/trilonio/nestjs-azure-functions
- Owner: TrilonIO
- Created: 2019-07-25T16:12:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:54:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T04:34:08.257Z (9 months ago)
- Topics: azure, azure-functions, nestjs, serverless
- Language: TypeScript
- Homepage: https://trilon.io
- Size: 862 KB
- Stars: 23
- Watchers: 3
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying Serverless NestJS to Azure Functions
### Full Article on the Trilon Blog:
[Deploy your Serverless NestJS Application to the cloud with Azure Functions](https://trilon.io/blog/deploy-nestjs-azure-functions)---
### Live Now deployment [here](https://nestjs-azure-demo.azurewebsites.net/api)
---
Made with :heart: by Trilon.io
---
## Installation
```bash
$ npm install
```## Running the NestJS Application
```bash
# development
$ npm run start# watch mode
$ npm run start:dev
```## Deploying to Azure Functions
First we need to ensure we build our NestJS application into the `/dist/` folder, and then we can deploy it with either the terminal or IDE extensions!
```bash
$ npm run build
```Then utilize either the azure-cli, or Azure Functions extension.
----
# Trilon - JavaScript, ASP.NET, Node, NestJS - Consulting | Training | Development
Check out **[Trilon.io](https://Trilon.io)** for more info!
Contact us at , and let's talk about your projects needs.
## Follow Trilon online:
[![Twitter Follow](https://img.shields.io/twitter/follow/Trilon_io.svg?style=social)](https://twitter.com/Trilon_io)