UNPKG

@darren-valent/cdk-ec2-key-pair

Version:
39 lines (38 loc) 1.02 kB
{ "name": "aws-cloudformation-custom-resource", "version": "3.1.1", "description": "Helper for managing custom AWS CloudFormation resources in a Lambda function", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/udondan/aws-cloudformation-custom-resource.git" }, "keywords": [ "aws", "cloudformation", "lambda", "resource", "cloudformation-custom-resource" ], "author": { "name": "Daniel Schroeder", "url": "https://www.udondan.com/", "twitter": "udondan" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/udondan/aws-cloudformation-custom-resource/issues" }, "homepage": "https://github.com/udondan/aws-cloudformation-custom-resource#readme", "devDependencies": { "@types/node": "^20.5.4", "@types/aws-lambda": "^8.10.119", "aws-lambda": "^1.0.7", "typescript": "^5.1.6" }, "dependencies": {} }