Skip to content

Releases: cloudposse/terraform-aws-dynamodb

Migrate to README.yaml format

12 Jul 08:26
3468579
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.4.3

10 Jun 03:44
6d8c65e
Compare
Choose a tag to compare
Add dynamodb stream to output (#10)

0.4.2

08 Jun 18:39
Compare
Choose a tag to compare

what

  • Add support for point-in-time recovery and streams

why

  • Useful for some applications
  • point-in-time recovery is a new feature

0.4.1

21 May 00:32
3a428bb
Compare
Choose a tag to compare

what

  • Add global secondary indexes to terraform-aws-dynamodb-autoscaler

why

  • Indexes need to be auto-scaled as well

terraform apply

Apply complete! Resources: 19 added, 0 changed, 0 destroyed.

Outputs:

global_secondary_index_names = [
    DailyAverageIndex,
    HighWaterIndex
]
table_arn = arn:aws:dynamodb:us-east-1:XXXXXXXXXXXX:table/cp-prod-app
table_id = cp-prod-app
table_name = cp-prod-app

image

image

0.4.0

19 May 15:23
Compare
Choose a tag to compare

what

  • Added the ability to add additional attributes and secondary indexes

why

  • Many applications require additional attributes (not only Hash and Range), and additional global secondary indexes for performance and to be able to write more optimized queries

0.3.0

24 Mar 22:01
45cb3dc
Compare
Choose a tag to compare

what

  • Added terraform-aws-dynamodb-autoscaler module

why

  • Separate DynamoDB table provisioning from autoscaler provisioning
  • Reuse the autoscaler code

0.2.1: read/write targets now explicitly depend on dynamo_table (#4)

20 Mar 18:15
Compare
Choose a tag to compare
- this ensures Terraform creates the resources in the correct order

[ch9491]

0.2.0: Enable encryption and do not request a specific role (#3)

16 Mar 17:57
Compare
Choose a tag to compare
* Do not specify read/write target roles

https://github.com/terraform-providers/terraform-provider-aws/issues/2844

[ch9409]

* Enable encryption

* Add variable for encryption flag

0.1.1

08 Mar 14:54
95653fc
Compare
Choose a tag to compare
add name output (#2)

0.1.0

06 Mar 15:04
a15d85d
Compare
Choose a tag to compare

what

  • Implement support for DynamoDB table with auto-scaling
  • Uses Cloud Posse naming conventions and patterns

why

  • Simplify usage of DynamoDB