General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2
: v1.17.0- Feature: Adds
aws.IsCredentialsProvider
for inspectingCredentialProvider
types when needing to determine if the underlying implementation type matches a target type. This resolves an issue whereCredentialsCache
could maskAnonymousCredentials
providers, breaking downstream detection logic.
- Feature: Adds
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
: v1.21.0- Feature: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
github.com/aws/aws-sdk-go-v2/service/eventbridge
: v1.16.16- Bug Fix: The SDK client has been updated to utilize the
aws.IsCredentialsProvider
function for determining ifaws.AnonymousCredentials
has been configured for theCredentialProvider
.
- Bug Fix: The SDK client has been updated to utilize the
github.com/aws/aws-sdk-go-v2/service/s3
: v1.29.0- Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
- Bug Fix: The SDK client has been updated to utilize the
aws.IsCredentialsProvider
function for determining ifaws.AnonymousCredentials
has been configured for theCredentialProvider
.
github.com/aws/aws-sdk-go-v2/service/sagemaker
: v1.49.0- Feature: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
github.com/aws/aws-sdk-go-v2/service/sts
: v1.17.0- Feature: Add presign functionality for sts:AssumeRole operation