There appears to be an issue with checksum validation during API calls to DynamoDB in GovCloud, where you get an AWS failure in the SDK (CRC32CheckFailed).
Related issues
There is no issue filed related to this in the Go SDK, but there are a few related issues in other SDK flavors:
Description
There appears to be an issue with checksum validation during API calls to DynamoDB in GovCloud, where you get an AWS failure in the SDK (
CRC32CheckFailed
).Related issues
There is no issue filed related to this in the Go SDK, but there are a few related issues in other SDK flavors:
Error logs
Workaround
Starting with https://github.com/gruntwork-io/terragrunt/releases/tag/v0.22.2, you can disable the checksum checks by adding the property
disable_aws_client_checksums = true
.