Skip to content

Commit 5a6d9fc

Browse files
author
AWS
committed
Amazon AppIntegrations Service Update: This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source.
1 parent 2734bc2 commit 5a6d9fc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon AppIntegrations Service",
4+
"contributor": "",
5+
"description": "This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source."
6+
}

services/appintegrations/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@
18031803
"type":"string",
18041804
"max":256,
18051805
"min":1,
1806-
"pattern":"^aws\\.partner\\/.*$"
1806+
"pattern":"^(aws\\.(partner\\/.*|cases|cases\\-test))|Pipe\\s.[a-zA-Z0-9\\/\\._\\-]+$|app\\-integrations\\.webhooks\\/[a-zA-Z0-9\\-_.\\/]+$"
18071807
},
18081808
"SourceURI":{
18091809
"type":"string",

0 commit comments

Comments
 (0)