Skip to content

Commit 10182c7

Browse files
author
Boyne
committed
update to snippet
1 parent 87deb8b commit 10182c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

integration-sns-to-lambda/snippet-data.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
"language": "ts"
5353
}
5454
]
55+
},
56+
{
57+
"id": "Python",
58+
"title": "Usage Example with Python:",
59+
"description": "Consuming an SNS event with Lambda using Python.",
60+
"snippets": [
61+
{
62+
"snippetPath": "example.py",
63+
"language": "py"
64+
}
65+
]
5566
}
5667
]
5768
}

0 commit comments

Comments
 (0)