Skip to content

Commit 123068e

Browse files
kiranvuyyuruKiran Vuyyuru
and
Kiran Vuyyuru
authored
Enable CORS for marketplacecatalog (#4229)
Co-authored-by: Kiran Vuyyuru <[email protected]>
1 parent bb172cb commit 123068e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "bugfix",
3+
"category": "marketplacecatalog",
4+
"description": "Enable CORS for marketplacecatalog API"
5+
}

SERVICES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Amazon Lightsail | AWS.Lightsail | 2016-11-28 | |
8282
Amazon Machine Learning | AWS.MachineLearning | 2014-12-12 | :tada: |
8383
AWS Marketplace Commerce Analytics | AWS.MarketplaceCommerceAnalytics | 2015-07-01 | :tada: |
8484
AWSMarketplace Metering | AWS.MarketplaceMetering | 2016-01-14 | |
85+
AWSMarketplace Catalog API | AWS.MarketplaceCatalogAPI | 2020-09-15 | :tada: |
8586
Amazon Mechanical Turk | AWS.MTurk | 2017-01-17 | :tada: |
8687
Amazon Mobile Analytics | AWS.MobileAnalytics | 2014-06-05 | :tada: |
8788
AWS OpsWorks | AWS.OpsWorks | 2013-02-18 | :tada: |

apis/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,8 @@
790790
},
791791
"marketplacecatalog": {
792792
"prefix": "marketplace-catalog",
793-
"name": "MarketplaceCatalog"
793+
"name": "MarketplaceCatalog",
794+
"cors": true
794795
},
795796
"dataexchange": {
796797
"name": "DataExchange"

0 commit comments

Comments
 (0)