Skip to content

Commit

Permalink
updated the language and framework values
Browse files Browse the repository at this point in the history
  • Loading branch information
marakere committed Sep 7, 2023
1 parent c1ca2c2 commit e2a1064
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kinesis-lambda-error-handling/example-pattern.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"title": "Effective consumer strategies for handling Kinesis Data Stream anomalies",
"description": "To showcase on how to handle the consumer(AWS Lambda) failure when reading the records from the Amazon Kinesis data stream.",
"language": "",
"language": "Python",
"level": "200",
"framework": "AWS SAM",
"framework": "SAM",
"introBox": {
"headline": "How it works",
"text": [
Expand Down Expand Up @@ -41,7 +41,6 @@
},
"deploy": {
"text": [
"sam build",
"sam deploy --guided"
]
},
Expand Down

0 comments on commit e2a1064

Please sign in to comment.