{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/4"}],"enrichment":{"capability":"Provides AWS CDK constructs for defining, configuring, and deploying Amazon DynamoDB tables as infrastructure code, including autoscaling, global replication, encryption, and stream integration.","skillfed_tags":["infrastructure-as-code","aws-cdk","end-of-support"],"use_cases":["Define a new DynamoDB table with partition key and billing mode in a CDK stack without writing CloudFormation YAML","Set up autoscaling policies to adjust read/write capacity based on utilization or time-of-day schedules","Create a global DynamoDB table replicated across multiple AWS regions with a single construct call","Import an existing DynamoDB table by ARN and grant read-write permissions to an IAM user or role","Configure table encryption with a customer-managed KMS key and enable key rotation"],"what_it_does":"aws-cdk.aws-dynamodb is a construct library for AWS CDK v1 that lets you define DynamoDB tables, indexes, and configurations in Python code rather than through CloudFormation templates or the AWS console. It wraps the underlying AWS resources and provides a high-level API for common patterns: creating tables with partition and sort keys, choosing billing modes (provisioned or on-demand), setting up autoscaling policies, configuring encryption with customer-managed or AWS-managed keys, and enabling global table replication across regions. You can also import existing tables by ARN or name and grant IAM permissions to users and roles.\n\nThe package depends on other AWS CDK modules and uses jsii for language binding. It is classified as inactive because AWS CDK v1 reached end-of-support on 2023-06-01 and is no longer receiving updates. Users building new infrastructure should use AWS CDK v2 instead; this package is maintained only for existing v1 deployments.","worth_installing":"No\u2014not for new projects. This package is end-of-support as of 2023-06-01 and AWS CDK v1 is no longer being updated. Existing v1 deployments may continue to work, but new infrastructure should use AWS CDK v2 instead. If you are maintaining legacy v1 code, the low install friction and permissive license make it safe to keep, but migration is strongly recommended."},"id":"aws-cdk-aws-dynamodb","links":{"html":"https://skillfed.io/packages/aws-cdk-aws-dynamodb","md":"https://skillfed.io/packages/aws-cdk-aws-dynamodb.md","pypi":"https://pypi.org/project/aws-cdk-aws-dynamodb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-06-19","license_spdx":null,"license_treatment":"permissive","name":"aws-cdk.aws-dynamodb","python_support":"supports_current","summary":"The CDK Construct Library for AWS::DynamoDB"},"popularity":{"monthly_downloads":150281,"position":10968,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.204.0"}
