serverless-get-hosted-zone
v1.0.10
Published
This is a simple plugin for [Serverless Framework](https://serverless.com/) 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-devAdd the plugin to your serverless.yml file:
plugins:
- serverless-get-hosted-zoneUsage
Just use it as a Serverless Variable:
myVariable: ${hostedZoneId:example.com}