Skip to content

Commit b03e313

Browse files
author
Marco Jahn
committed
fixed review comments, title length and additional informations on Athena setup
1 parent 27edda7 commit b03e313

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lambda-s3-athena-cdk-ts/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ The AWS Glue Data Catalog is required for Amazon Athena to query Amazon S3 data,
199199
### Query Failed Events with Amazon Athena
200200
201201
1. Open the Amazon Athena console to run queries.
202+
* You will need to setup a query result location in Amazon S3 if you've never run a query before
203+
* This can be changed later in the settings
202204
203205
2. Query to count failed events by error type:
204206

lambda-s3-athena-cdk-ts/example-pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "AWS Lambda with Amazon S3 Failed-Event Destination and Amazon Athena Analytics",
2+
"title": "AWS Lambda Failed-Event Destination and Amazon Athena Analytics",
33
"description": "Capture AWS Lambda failed events to Amazon S3 and analyze them with Amazon Athena for error insights and patterns using asynchronous invocations.",
44
"language": "TypeScript",
55
"level": "200",

0 commit comments

Comments
 (0)