1.0.10 • Published 4 years ago

serverless-get-hosted-zone v1.0.10

Weekly downloads
66
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago