Skip to content

bdwyertech/terraform-provider-json2dynamodb

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Aug 1, 2024
Feb 21, 2022
Feb 28, 2024
Mar 16, 2022
Mar 16, 2022
Feb 21, 2022
Jul 15, 2024
Feb 21, 2022
Mar 16, 2022
Jul 15, 2024
Feb 20, 2022
Jul 15, 2024
Jul 15, 2024
Jul 15, 2024
Feb 28, 2024

Repository files navigation

First go at a Terraform provider.

I was annoyed by the fact that the AWS provider DynamoDB table item resource expects the JSON to be formatted in DynamoDB JSON. This is undesirable when you may have data in a variable format.

Also, I love the AWS SDK for Go, however there is no way to use it to convert JSON into DynamoDB format since they do not export those functions. Please forgive the copy pasta from some of their unexported functions to achieve this.