Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Add DynamoDB resource #22

Closed
christopherhein opened this issue Sep 29, 2018 · 0 comments
Closed

Add DynamoDB resource #22

christopherhein opened this issue Sep 29, 2018 · 0 comments
Assignees
Labels
operator/dynamodb DynamoDB operator package

Comments

@christopherhein
Copy link
Contributor

Allows you to create Dynamodb resources using an operator

apiVersion: operator.aws/v1alpha1
kind: DynamoDB
metadata:
  name: chrishein-dynamodb-table-2
spec:
  tableName: chrishein-dynamodb-table-2
  hashAttribute:
    name: user_id
    type: S
  rangeAttribute:
    name: created_at
    type: S
  readCapacityUnits: 5
  writeCapacityUnits: 5
@christopherhein christopherhein added the operator/dynamodb DynamoDB operator package label Sep 29, 2018
@christopherhein christopherhein self-assigned this Sep 29, 2018
christopherhein pushed a commit that referenced this issue Oct 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
operator/dynamodb DynamoDB operator package
Projects
None yet
Development

No branches or pull requests

1 participant