aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.41k stars 346 forks source link

refactor: Move aws services in to `src/awsService/` #5253

Closed nkomonen-amazon closed 1 day ago

nkomonen-amazon commented 2 days ago

Problem

Having all of our AWS service folders in the root clutters it up.

Solution

Moves most of our AWS service folders to src/awsService/ and the same done with src/test/awsService/. Folders like amazonq and codecatalyst are not moved. Also this moves most of the AWS services, there are still a few more to move in a future PR

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.