Skip to content

Commit

Permalink
Add CORS for Amazon Prometheus (#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilguo committed Jun 1, 2023
1 parent 4c10b06 commit 33141eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-amazonprometheus-63359db9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "amazonprometheus",
"description": "Enable CORS for Amazon Prometheus"
}
1 change: 1 addition & 0 deletions SERVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ Amazon DocumentDB with MongoDB compatibility | AWS.DocDB | 2014-10-31 | |
AWS Backup | AWS.Backup | 2018-11-15 | |
Amazon WorkLink | AWS.WorkLink | 2018-09-25 | |
Amazon Textract | AWS.Textract | 2018-06-27 | |
Amazon Managed Service for Prometheus | AWS.Amp | 2020-08-01 | :tada: |
3 changes: 2 additions & 1 deletion apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,8 @@
"name": "SagemakerEdge"
},
"amp": {
"name": "Amp"
"name": "Amp",
"cors": true
},
"greengrassv2": {
"name": "GreengrassV2"
Expand Down

0 comments on commit 33141eb

Please sign in to comment.