AWS Developer Tools Blog

Category: *Post Types

Introducing a new client in the AWS SDK for Java 2.x for retrieving EC2 Instance Metadata

You can now use AWS SDK for Java 2.x to easily retrieve instance metadata for an Amazon Elastic Compute Cloud (Amazon EC2) instance! We are pleased to announce the general availability of new Java SDK EC2 Instance Metadata Clients in the AWS SDK for Java 2.x (version 2.19.29 or later). You can use this new […]

Run an Active-Passive, multi region API using Aurora RDS Global Cluster

Increasingly enterprises and customers run and manage applications at a global scale that need to be resilient and highly available. In order to deliver the best possible experience to their end consumers, these applications need to safeguard against risks of service disruptions and downtime. Risks due to service downtime, due to natural disasters, hardware failures, […]

Announcing availability of the AWS CRT HTTP Client in the AWS SDK for Java 2.x

We are excited to announce the general availability (GA) of the AWS Common Runtime (CRT) HTTP Client in the AWS SDK for Java 2.x. With release version 2.20.0 of the SDK, the AWS CRT HTTP Client can now be used in production environments. The AWS CRT HTTP Client is an asynchronous, non-blocking HTTP client that […]

Introducing CRT-based S3 Client and the S3 Transfer Manager in the AWS SDK for Java 2.x

We are excited to announce the general availability of two new features in the AWS SDK for Java 2.x that enable accelerated object transfer with Amazon Simple Storage Service (Amazon S3): An AWS Common Runtime (CRT)-based S3 SDK client, and the S3 Transfer Manager. The CRT-based S3 client allows you to transfer objects to and […]

New: AWS CLI v2 Docker images available on Amazon ECR Public

We are excited to announce that official Docker images of the AWS Command Line Interface (AWS CLI) v2 are now available on Amazon Elastic Container Registry Public (Amazon ECR Public) gallery. Customers will now be able to pull all past and future images of the AWS CLI v2 from Amazon ECR Public. Previously, official AWS […]

Amazon CloudFront Signed URLs and Cookies are now supported in AWS SDK for Java 2.x

We are pleased to announce the general availability of Amazon CloudFront signed URLs and signed cookies in the AWS SDK for Java 2.x. You can now securely serve private content through CloudFront, requiring that your users access your content by using special CloudFront signed URLs or signed cookies. To configure your CloudFront distribution to use […]

Faster iteration experience for AWS SAM applications in the AWS Toolkits for JetBrains and VS Code

Today, the AWS Toolkits for JetBrains and VS Code released a faster code iteration experience for developing AWS SAM applications. The AWS Toolkits are open source plugins for JetBrains and VS Code IDEs that provide an integrated experience for developing Serverless applications, including assistance for getting started and local step-through debugging capabilities for Serverless applications. […]

Node.js logo

Why and how you should use AWS SDK for JavaScript (v3) on Node.js 18

The Node.js 18.x runtime was promoted to Active Long Term Support (LTS) on October 25th, 2022, and is now available in AWS Lambda. The AWS SDK for JavaScript (v3) is included by default in AWS Lambda Node.js 18 runtime as a convenience for developers building simpler functions. You can read about features in Node.js 18 […]

Improvements to the connection experience in the AWS Toolkit for VS Code

AWS Toolkit for VS Code has shipped improvements that help customers setting up a new machine without AWS credentials files (typically in “~/.aws/”—the “.aws” directory of the machine home folder). Setting up credentials is the first step to working with AWS cloud resources, but it’s not a frequent task, so one often needs to read […]

New: AWS CLI v2 installers available over IPv6 connections

We are excited to announce that the AWS Command Line Interface (AWS CLI) v2 is now available for download over IPv6 connections. Customers can now download the AWS CLI v2 installers for IPv6-only environments, such as Amazon EC2 running inside an IPv6-only Amazon Virtual Private Cloud. Previously, the AWS CLI v2 installation packages were only […]