AWS Developer Tools Blog
Category: Developer Tools
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 […]
AWS SDK for Go Aligns with Go Release Policy on Supported Runtimes
On October 31, 2023, the AWS SDK for Go v1 and v2 will start following the Go release policy cadence. We will support the latest two GA versions of Go, with an additional six month support for the most recently deprecated compiler version.* In adherence to the maintenance policy, AWS SDK for Go v1 and […]
Introducing the Smithy CLI
The Smithy team is excited to announce the official release of the Smithy CLI. Smithy is an open-source Interface Definition Language (IDL) for web services created by AWS. AWS uses Smithy to model services, generate server scaffolding and rich clients in multiple languages, and generate the AWS SDKs. Smithy enables large-scale collaboration on APIs through its […]
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. […]