cdk verified ses identity:AWS CDK构造用于在Route53托管区域中使用DKIM创建和验证SES身份 源码
CKD验证的SES身份 通过此构造库,您可以在Route53的托管区域下使用身份和DKIM验证记录创建SES身份。 要求 您正在使用此构造创建和验证的任何域标识都必须位于Route53中已经存在的托管区域下。 不支持在其他任何地方托管的域。 用法 安装构造库: npm i @malanius/cdk-verified-ses-identity 导入构造: import { VerifiedSESIdentity } from '@malanius/cdk-verified-ses-identity' ; 在堆栈中使用该构造: const identity = new VerifiedSESIdentity ( this , 'Identity' , { // Hosted zone domain name under which the verification record
文件列表
cdk-verified-ses-identity-develop.zip
(预估有个18文件)
cdk-verified-ses-identity-develop
.prettierrc.yaml
61B
.github
workflows
create-release.yml
461B
npm-publish.yml
590B
yarn.lock
175KB
.prettierignore
18B
lib
index.ts
2KB
暂无评论