Skip to content

Commit 33141eb

Browse files
authored
Add CORS for Amazon Prometheus (#4437)
1 parent 4c10b06 commit 33141eb

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": "amazonprometheus",
4+
"description": "Enable CORS for Amazon Prometheus"
5+
}

SERVICES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,4 @@ Amazon DocumentDB with MongoDB compatibility | AWS.DocDB | 2014-10-31 | |
198198
AWS Backup | AWS.Backup | 2018-11-15 | |
199199
Amazon WorkLink | AWS.WorkLink | 2018-09-25 | |
200200
Amazon Textract | AWS.Textract | 2018-06-27 | |
201+
Amazon Managed Service for Prometheus | AWS.Amp | 2020-08-01 | :tada: |

apis/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@
974974
"name": "SagemakerEdge"
975975
},
976976
"amp": {
977-
"name": "Amp"
977+
"name": "Amp",
978+
"cors": true
978979
},
979980
"greengrassv2": {
980981
"name": "GreengrassV2"

0 commit comments

Comments
 (0)