serverless-azure-host-json

0.5.0 • Public • Published

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 

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i serverless-azure-host-json

      Weekly Downloads

      1

      Version

      0.5.0

      License

      MIT

      Unpacked Size

      1.72 kB

      Total Files

      3

      Last publish

      Collaborators

      • daylilyfield