Skip to content

Add DynamoDB table provisioning hook#6

Open
tarqd wants to merge 1 commit intomainfrom
claude/add-dynamodb-hook-fzVZP
Open

Add DynamoDB table provisioning hook#6
tarqd wants to merge 1 commit intomainfrom
claude/add-dynamodb-hook-fzVZP

Conversation

@tarqd
Copy link
Copy Markdown
Owner

@tarqd tarqd commented Jan 20, 2026

Adds a new example hook (provision-dynamodb-table.sh) that automatically
provisions DynamoDB tables for LaunchDarkly environments with the required
schema (partition key: "namespace", sort key: "key").

Features:

  • Automatically creates tables with format ld-{clientsideid}
  • Supports both PAY_PER_REQUEST (default) and PROVISIONED billing modes
  • Configurable table prefix, capacity, region, and tags
  • Checks table existence before creation (idempotent)
  • Safe by default: does not delete tables on delete events unless explicitly enabled

Documentation:

  • Updated HOOKS.md with configuration options and requirements
  • Added README.md example showing basic and advanced usage

Adds a new example hook (provision-dynamodb-table.sh) that automatically
provisions DynamoDB tables for LaunchDarkly environments with the required
schema (partition key: "namespace", sort key: "key").

Features:
- Automatically creates tables with format ld-{clientsideid}
- Supports both PAY_PER_REQUEST (default) and PROVISIONED billing modes
- Configurable table prefix, capacity, region, and tags
- Checks table existence before creation (idempotent)
- Safe by default: does not delete tables on delete events unless explicitly enabled

Documentation:
- Updated HOOKS.md with configuration options and requirements
- Added README.md example showing basic and advanced usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants