Describe the bug
In the process of generating the amp controller, we generate the import path as github.com/aws/aws-sdk-go/service/amp. However, the AMP package name in aws-sdk-go/service is prometheusservice, and there is no matching ServiceID of the service package name to import.
Steps to reproduce
- Run the latest version of the code-generator against the
amp controller
Expected outcome
- Import path should be set using the
aws-sdk-go package name.
Environment
- AWS service targeted (S3, RDS, etc.)
amp