Skip to content

Commit de66418

Browse files
authored
Merge pull request #62 from narendran1560/topic-release
Updated the S3 document with new parameter added
2 parents 7b55c3e + 90697ce commit de66418

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

config/snsConfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"snsProtocol": "REPLACE_WITH_HTTP_HTTPS",
5252
"endpoint": "notificationsink/productProvisioningUpdates",
5353
"notificationSinkCleanUpRoute": "unlinkAccount",
54-
"snsUrlKey": "snsUrl"
54+
"snsUrlKey": "snsUrl",
55+
"sendEmailRoute":"sendEmail"
5556
}

dump/standardcatalogitems.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,20 @@
2727
"owner": "RL",
2828
"portfolio": "RGPortfolio",
2929
"availableRegions": [],
30-
"assignedOU": []
30+
"assignedOU": [],
31+
"metaData" : {
32+
"pre_provisioning" : [
33+
{
34+
"code" : "CFT_PARAMS",
35+
"params" : [
36+
{
37+
"name" : "Namespace",
38+
"type" : "RL::SC::PARAM::HD"
39+
}
40+
]
41+
}
42+
]
43+
}
3144
},
3245
{
3346
"_id": {

0 commit comments

Comments
 (0)