UNPKG

aws-cfn-constructor

Version:
41 lines (40 loc) 1.04 kB
{ "dependencies": { "@aws-sdk/client-api-gateway": "^3.49.0", "@aws-sdk/client-cognito-identity-provider": "^3.51.0", "@aws-sdk/client-dynamodb": "^3.49.0", "@aws-sdk/client-lambda": "^3.49.0", "@aws-sdk/client-s3": "^3.51.0", "@aws-sdk/client-sqs": "^3.49.0", "@aws-sdk/client-sts": "^3.52.0", "aws-cdk-lib": "^2.9.0", "constructs": "^10.0.40" }, "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^17.0.10", "jest": "^27.4.7", "ts-jest": "^27.1.3", "ts-node": "^10.4.0", "typescript": "^4.5.5" }, "name": "aws-cfn-constructor", "description": "Constructor for AWS CloudFormation resources using AWS CDK", "version": "0.2.13", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git@github.com:hmin01/aws-cloudformation-resources-constructor.git" }, "keywords": [ "cdk", "cloudFormation", "constructor" ], "author": "hmin", "license": "MIT" }