UNPKG

@grucloud/module-aws-certificate

Version:

provides an AWS SSL certificate and the associated Route53 resources to validate the certificate

9 lines (8 loc) 183 B
const pkg = require("./package.json"); module.exports = ({ stage }) => ({ certificate: { rootDomainName: undefined, domainName: undefined, }, projectName: pkg.name, });