Skip to content

Commit

Permalink
enable CORS on ComprehendMedical, update SERVICES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell committed Feb 25, 2019
1 parent cb451b3 commit 0b4018a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-ComprehendMedical-fc5c8755.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "ComprehendMedical",
"description": "enable cors on ComprehendMedical, update SERVICES.md"
}
5 changes: 4 additions & 1 deletion SERVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ AWS DataSync | AWS.DataSync | 2018-11-09 | |
AWS RoboMaker | AWS.RoboMaker | 2018-06-29 | |
AWS Transfer for SFTP | AWS.Transfer | 2018-11-05 | |
AWS Global Accelerator | AWS.GlobalAccelerator | 2018-08-08 | |
AWS Comprehend Medical | AWS.ComprehendMedical | 2018-10-30 | |
AWS Comprehend Medical | AWS.ComprehendMedical | 2018-10-30 | :tada: |
Amazon Kinesis Analytics | AWS.KinesisAnalyticsV2 | 2018-05-23 | |
AWS MediaConnect | AWS.MediaConnect | 2018-11-14 | |
Amazon FSx | AWS.FSx | 2018-03-01 | |
Expand All @@ -191,3 +191,6 @@ AWS License Manager | AWS.LicenseManager | 2018-08-01 | |
Managed Streaming for Kafka | AWS.Kafka | 2018-11-14 | |
AmazonApiGatewayManagementApi | AWS.ApiGatewayManagementApi | 2018-11-29 | |
AmazonApiGatewayV2 | AWS.ApiGatewayV2 | 2018-11-29 | |
Amazon DocumentDB with MongoDB compatibility | AWS.DocDB | 2014-10-31 | |
AWS Backup | AWS.Backup | 2018-11-15 | |
Amazon WorkLink | AWS.WorkLink | 2018-09-25 | |
5 changes: 3 additions & 2 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
"name": "GlobalAccelerator"
},
"comprehendmedical": {
"name": "ComprehendMedical"
"name": "ComprehendMedical",
"cors": true
},
"kinesisanalyticsv2": {
"name": "KinesisAnalyticsV2"
Expand Down Expand Up @@ -684,4 +685,4 @@
"worklink": {
"name": "WorkLink"
}
}
}

0 comments on commit 0b4018a

Please sign in to comment.