serverless-azure-host-json
v0.5.0
Published
serverless plugin to copy host.json for azure
Downloads
1
Maintainers
Readme
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