Is your feature request related to a problem? Please describe.
steampipe-plugin-aws maintains a copy of endpoints.json from aws-sdk-go-v2, but neither the internally maintained copy nor the original file contains endpoint metadata for Application Signals.
New AWS service endpoints are not necessarily added to the file and the aws-sdk-go-v2 team has stated that this is as designed and the file is for internal use only.
Describe the solution you'd like
I want to update the syncing script to merge an internally maintained set of endpoint metadata for AWS services that are not present in the original file.
Additional context
From a brief discussion with @cbruno10 over Slack, the team appears prefer to still sync endpoint metadata from aws-sdk-go-v2 where possible. The proposed solution takes this into consideration.
Is your feature request related to a problem? Please describe.
steampipe-plugin-aws maintains a copy of endpoints.json from aws-sdk-go-v2, but neither the internally maintained copy nor the original file contains endpoint metadata for Application Signals.
New AWS service endpoints are not necessarily added to the file and the aws-sdk-go-v2 team has stated that this is as designed and the file is for internal use only.
Describe the solution you'd like
I want to update the syncing script to merge an internally maintained set of endpoint metadata for AWS services that are not present in the original file.
Additional context
From a brief discussion with @cbruno10 over Slack, the team appears prefer to still sync endpoint metadata from aws-sdk-go-v2 where possible. The proposed solution takes this into consideration.