You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: upgrade AWS SDK to v2
Signed-off-by: Theo Bob Massard <[email protected]>
* tests: adapt tests to SDK v2
Signed-off-by: Theo Bob Massard <[email protected]>
* feat: add ECSClient interface and replace usage of concrete ecs.Client type in App
* tests: update tests to use ECSClient interface and update mocks
* feat: create EC2Client interface
* tests: fix remaining tests
* feat: swap use of ecs.client for ECSClient in getContainerPort
---------
Signed-off-by: Theo Bob Massard <[email protected]>
Co-authored-by: Theo Bob Massard <[email protected]>
As per https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/ the AWS Go SDK in use by this project should be updated to v2.
#45 is already open that implements this
The text was updated successfully, but these errors were encountered: