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
service/datasync: Updates service API and documentation
aws/endpoints: Updated Regions and Endpoints metadata.
service/rds: Updates service API and documentation
This release allows users to enable RDS Data API while creating Aurora Serverless databases.
SDK Bugs
aws/request: Fix IsErrorRetryable returning true for nil error (#2774)
Fixes #2773 where the IsErrorRetryable helper was incorrectly returning true for nil errors passed in. IsErrorRetryable will now correctly return false when the passed in error is nil like documented.