We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682adf4 commit 3efeb46Copy full SHA for 3efeb46
aws/logs_monitoring/tests/test_parsing.py
@@ -122,7 +122,16 @@ def test_apigateway_event(self):
122
parse_event_source({"awslogs": "logs"}, "/aws/http-api/my-project"),
123
"apigateway",
124
)
125
-
+ self.assertEqual(
126
+ parse_event_source({"awslogs": "logs"},
127
+ "/aws/vendedlogs/http-api/my-project"),
128
+ "apigateway",
129
+ )
130
131
132
133
134
135
def test_dms_event(self):
136
self.assertEqual(
137
parse_event_source({"awslogs": "logs"}, "dms-tasks-test-instance"), "dms"
0 commit comments