UNPKG

@cdk-cloudformation/awscommunity-dynamodb-item

Version:

This resource will manage the lifecycle of items in a DynamoDB table

74 lines (73 loc) 1.94 kB
{ "name": "@cdk-cloudformation/awscommunity-dynamodb-item", "description": "This resource will manage the lifecycle of items in a DynamoDB table", "version": "1.12.0-alpha.7", "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com", "organization": true }, "keywords": [ "cdk", "awscdk", "aws-cdk", "cloudformation", "cfn", "extensions", "constructs", "cfn-resources", "cloudformation-registry", "l1", "awscommunity", "dynamodb", "item" ], "homepage": "https://github.com/aws-cloudformation/community-registry-extensions.git", "repository": { "type": "git", "url": "https://github.com/cdklabs/cdk-cloudformation.git", "directory": "packages/@cdk-cloudformation/awscommunity-dynamodb-item" }, "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "jsii": { "outdir": "dist", "targets": { "java": { "package": "io.github.cdklabs.cdk_cloudformation.awscommunity_dynamodb_item", "maven": { "groupId": "io.github.cdklabs.cdk_cloudformation", "artifactId": "awscommunity-dynamodb-item" } }, "python": { "distName": "cdk-cloudformation-awscommunity-dynamodb-item", "module": "cdk_cloudformation_awscommunity_dynamodb_item" }, "dotnet": { "namespace": "CdkCloudFormation.AwsCommunityDynamoDBItem", "packageId": "CdkCloudFormation.AwsCommunityDynamoDBItem" } }, "tsc": { "outDir": "lib", "rootDir": "src", "types": [ "node" ] } }, "peerDependencies": { "aws-cdk-lib": "^2.114.1", "constructs": "^10.3.0" }, "devDependencies": { "aws-cdk-lib": "2.114.1", "constructs": "10.3.0" }, "license": "Apache-2.0", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }