Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

serverless-get-hosted-zone

arielschvartz124ISC1.0.10

This is a simple plugin for Serverless Framework to get a HostedZoneId from a Hosted Zone created outside the Cloudformation Stack for use.

readme

serverless-get-hosted-zone

This is a simple plugin for Serverless Framework to get a HostedZoneId from a Hosted Zone created outside the Cloudformation Stack for use.

Install

$ npm install serverless-get-hosted-zone --save-dev

Add the plugin to your serverless.yml file:

plugins:
  - serverless-get-hosted-zone

Usage

Just use it as a Serverless Variable:

myVariable: ${hostedZoneId:example.com}