0.5.0 • Published 5 years ago

serverless-azure-host-json v0.5.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

serverless-azure-host-json

This plugin copies host.json for serverless-azure-functions

How to Install

$ npm install serverless-azure-host-json

How to Customize

service: my-service

provider:
  name: azure
  stage: ${opt:stage, 'dev'}
  location: japaneast

plugins:
  - serverless-azure-functions
  - serverless-azure-host-json

custom:
  host-json: host-${self:provider.stage}.json # default: host.json