Skip to content

Commit

Permalink
Add missing services to aws_service_category_map view (#557)
Browse files Browse the repository at this point in the history
Great contribution! thank you.
  • Loading branch information
C123R authored Jun 22, 2023
1 parent df9452d commit 2366395
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM
ROW ('AmazonApiGateway', 'Networking & Content Delivery')
, ROW ('AmazonAppStream', 'End User Computing')
, ROW ('AmazonAthena', 'Analytics')
, ROW ('AmazonA2I', 'Machine Learning')
, ROW ('AmazonChime', 'Business Applications')
, ROW ('AmazonCloudDirectory', 'Security, Identity & Compliance')
, ROW ('AmazonCloudFront', 'Networking & Content Delivery')
, ROW ('AmazonCloudSearch', 'Analytics')
Expand All @@ -27,6 +29,7 @@ FROM
, ROW ('AmazonETS', 'Media Services')
, ROW ('AmazonForecast', 'Machine Learning')
, ROW ('AmazonFSx', 'Storage')
, ROW ('AmazonGameLift', 'Game Tech')
, ROW ('AmazonGlacier', 'Storage')
, ROW ('AmazonGuardDuty', 'Security, Identity & Compliance')
, ROW ('AmazonInspector', 'Security, Identity & Compliance')
Expand All @@ -38,6 +41,7 @@ FROM
, ROW ('AmazonKinesisVideo', 'Media Services')
, ROW ('AmazonLex', 'Machine Learning')
, ROW ('AmazonLightsail', 'Management & Governance')
, ROW ('AmazonLookoutEquipment', 'Machine Learning')
, ROW ('AmazonMacie', 'Security, Identity & Compliance')
, ROW ('AmazonManagedBlockchain', 'Blockchain')
, ROW ('AmazonMCS', 'Management & Governance')
Expand Down Expand Up @@ -70,6 +74,7 @@ FROM
, ROW ('AmazonWorkMail', 'Business Applications')
, ROW ('AmazonWorkSpaces', 'End User Computing')
, ROW ('AppFlow', 'Application Integration')
, ROW ('AWSAppRunner', 'Compute')
, ROW ('AWSAmplify', 'Front-end Web & Mobile')
, ROW ('AWSAppSync', 'Application Integration')
, ROW ('AWSBackup', 'Storage')
Expand Down Expand Up @@ -102,6 +107,7 @@ FROM
, ROW ('AWSIoT', 'Internet of Things')
, ROW ('AWSIoT1Click', 'Internet of Things')
, ROW ('AWSIoTAnalytics', 'Internet of Things')
, ROW ('AWSIoTEvents', 'Internet of Things')
, ROW ('awskms', 'Security, Identity & Compliance')
, ROW ('AWSLambda', 'Compute')
, ROW ('AWSQueueService', 'Application Integration')
Expand Down Expand Up @@ -137,8 +143,9 @@ FROM
, ROW ('AmazonMWAA', 'Application Integration')
, ROW ('AmazonInspectorV2', 'Security, Identity & Compliance')
, ROW ('AWSFMS', 'Security, Identity & Compliance')
, ROW ('AWSFIS', 'Developer Tools')
, ROW ('AWSCloudShell', 'Developer Tools')
, ROW ('auditmanager', 'Security, Identity & Compliance')
, ROW ('AmazonLocationService', 'Front-end Web & Mobile')
, ROW ('AmazonTimestream', 'Database')
) ignored_table_name (line_item_product_code, aws_service_category)
) ignored_table_name (line_item_product_code, aws_service_category)

0 comments on commit 2366395

Please sign in to comment.