Skip to content

Commit 3dc2a3b

Browse files
committed
Fix ddb sample png
1 parent 8c5e77d commit 3dc2a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/posts/2025-11-07-querying-dynamodb-with-athena

content/posts/2025-11-07-querying-dynamodb-with-athena/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories = ["AWS", "DynamoDB", "Athena", "Glue", "CDK", "Data Engineering"]
77
tags = ["dynamodb", "athena", "glue", "etl", "parquet", "ion", "json", "aws-cdk"]
88
feature = "featured.png"
99
layout = "simple"
10-
draft = true
10+
draft = false
1111
+++
1212

1313

@@ -26,7 +26,7 @@ I was helping out someone today to get snapshot visibility into a DynamoDB table
2626
The code is available in my example repository - [weirdion/dynamodb-glueetl-athena-cdk-example](https://github.com/weirdion/dynamodb-glueetl-athena-cdk-example/)
2727

2828
Dyanmo DB sample data, to mock real life entries, not just simple strings and numbers.
29-
![DynamoDB sample data](screenshot-dynamodb-sample)
29+
![DynamoDB sample data](screenshot-dynamodb-sample.png)
3030

3131
## Approach 1 — Glue crawler pointed directly at DynamoDB (fails fast)
3232

0 commit comments

Comments
 (0)