1.0.10 • Published 6 years ago

serverless-get-hosted-zone v1.0.10

Weekly downloads
66
License
ISC
Repository
github
Last release
6 years ago

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}
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago