UNPKG

aws-cdk-ses-domain-identity

Version:

Constructs for provisioning and referencing domain identities which can be used in SES RuleSets and Actions Construct.

54 lines (53 loc) 1.42 kB
{ "name": "dns-validated-domain-identity-handler", "version": "1.0.0", "description": "Lambda handler for provisioning AWS SES Domain Identity", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@prescott/tslint-preset": "1.0.1", "@types/aws-lambda": "8.10.131", "@types/jest": "29.5.11", "@types/nock": "11.1.0", "@types/node": "^20.11.0", "@types/sinon": "17.0.3", "aws-sdk": "2.1535.0", "jest": "29.7.0", "nock": "13.4.0", "sinon": "17.0.1", "ts-jest": "29.1.1", "ts-node": "10.9.2", "tslint": "6.1.3", "typescript": "^5.3.3" }, "scripts": { "clean": "rm -rf dist", "prebuild": "npm run clean", "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build", "test": "jest", "lint": "tslint -c tslint.json '{src,test}/**/*.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/mooyoul/aws-cdk-ses-domain-identity.git" }, "keywords": [ "aws", "aws-cdk", "aws-cdk-construct", "aws-ses", "ses" ], "author": "MooYeol Prescott Lee <mooyoul@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mooyoul/aws-cdk-ses-domain-identity/issues" }, "homepage": "https://github.com/mooyoul/aws-cdk-ses-domain-identity#readme", "overrides": { "@prescott/tslint-preset": { "typescript": "$typescript" } } }