AWS Developer Tools Blog

Category: Programing Language

Announcing RBS support for AWS SDK for Ruby V3

RBS is a language to describe the structure of Ruby programs. We are happy to announce that AWS SDK for Ruby V3 now supports RBS type signatures! RBS support is released in aws-sdk-core version 3.191.0 and in every service gem (such as aws-sdk-s3) that depends on this version of core. RBS signatures are currently code […]

Announcing end-of-support for AWS SDK for Java v1.x effective December 31, 2025.

Announcing end-of-support for AWS SDK for Java v1.x effective December 31, 2025

In alignment with our SDKs and Tools Maintenance Policy, the AWS SDK for Java v1.x will enter maintenance mode on July 31, 2024, and reach end-of-support on December 31, 2025. Existing applications that use AWS SDK for Java v1.x will continue to function as intended, unless there is a fundamental change to how an AWS […]

macOS support policy updates for the AWS CLI v2

Overview Today, Amazon Web Services is announcing the official macOS version support policy for the AWS Command Line Interface (AWS CLI) v2. On 2024-06-20, the AWS CLI v2 PKG installer and source distribution bundle will no longer support macOS versions 10.14 (Mojave) and prior. We may discontinue support sooner if it’s necessary to respond to […]

Announcing the end of support for Ruby runtimes 2.3 and 2.4 for the AWS SDK For Ruby

Starting November 22, 2023, AWS SDK for Ruby version 3 will no longer support these end of life (EOL) Ruby runtime versions: Ruby 2.3 – EOL began on 2019-03-31 Ruby 2.4 – EOL began on 2020-03-31 Since these versions are end-of-life, we have seen support drop within the Ruby community, including Bundler, Docker, and some […]

Node.js logo

Announcing the end of support for Node.js 14.x in the AWS SDK for JavaScript (v3)

This blog post is about AWS SDK for JavaScript (v3) announcing the end of support for Node.js 14.x, and not AWS Lambda, which is planning their Node.js 14.x deprecation (phase 1) on Nov 27, 2023. Starting May 1, 2024, the AWS SDK for JavaScript (v3) will no longer actively support Node.js 14.x, which reached end-of-life […]

Improved DynamoDB Initialization Patterns for the AWS SDK for .NET

The AWS SDK for .NET includes the Document and Object Persistence programming models, which provide an idiomatic .NET experience for working with Amazon DynamoDB. Beginning in AWSSDK.DynamoDBv2 3.7.203, there are new ways to initialize the document and object persistence models which can improve your application’s performance by reducing thread contention and throttling issues during the first call to DynamoDB. […]

AWS Toolkit for Visual Studio adds support for Arm64 Visual Studio

AWS Toolkit for Visual Studio adds support for Arm64 Visual Studio

We are thrilled to announce that the AWS Toolkit for Visual Studio is now generally available on the Arm64 version of Visual Studio (aka “Arm64 Visual Studio”). This release enables a Visual Studio user on a native Windows Arm64 device or on a device emulating Windows Arm64 on a M class Apple device to leverage […]

Introducing Smithy for Python

Introducing Smithy for Python

AWS is excited to announce a preview of Smithy client generation for Python. This tooling will enable developers to generate clients in type-hinted Python in the same model-driven manner that AWS has used to develop its services for more than a decade. Writing and maintaining hand-written clients for a web service is both time-consuming and […]

New: Improved flexibility when configuring endpoint URLs with the AWS SDKs and tools

The AWS SDKs and Tools team is excited to announce improvements for configuration of the endpoint URL used for API service requests through the shared SDK configuration file and environment variables with the AWS SDKs and Tools. Previously, you could specify the endpoint URL used for AWS requests by setting the –endpoint-url command line parameter […]