New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

lulo-plugin-apigateway-domain-name

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lulo-plugin-apigateway-domain-name

lulo Amazon API Gateway Domain Name creates a new Domain Name that can be used for API Gateway.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

lulo Amazon API Gateway Domain Name

lulo Amazon API Gateway Domain Name creates a new Domain Name that can be used for API Gateway.

lulo Amazon API Gateway Domain Name is a lulo plugin

Installation

npm install lulo-plugin-api-gateway-domain-name --save

Usage

Properties

  • domainName: The domain name. Required
  • certificateName: The name of the certificate. Required
  • certificateArn: ACM Certificate arn, must be issued in us-east-1. Conditional. Since 2.0.0

Note: The following parameters are still supported but have been deprecated. Use certificateArn instead.

  • certificateChain: The certificate chain. Deprecated since 2.0.0
  • certificateBody: The certificate body. Deprecated since 2.0.0
  • certificatePrivateKey: The certificate private key. Deprecated since 2.0.0

Note: API Gateway does not allow modifications to the certificate except for certificateName. If you need to renew the certificate, please use the API Gateway Console. Changes to the other properties will have no effect on the resource.

Return Values

Fn::GetAtt

distributionDomainName The product { "Fn::GetAtt": ["DomainName", "distributionDomainName"] }. Note: You must create a DNS record matching domainName pointing to this distribution.

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

{
   "Effect": "Allow",
   "Action": [
        "apigateway:*",
        "cloudfront:UpdateDistribution"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

Keywords

AWS

FAQs

Package last updated on 04 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts