AWS Developer Tools Blog
Category: Developer Tools
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 HAQM Simple Storage Service (HAQM 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 HAQM ECR Public
We are excited to announce that official Docker images of the AWS Command Line Interface (AWS CLI) v2 are now available on HAQM Elastic Container Registry Public (HAQM ECR Public) gallery. Customers will now be able to pull all past and future images of the AWS CLI v2 from HAQM ECR Public. Previously, official AWS […]
HAQM CloudFront Signed URLs and Cookies are now supported in AWS SDK for Java 2.x
We are pleased to announce the general availability of HAQM 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. […]
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 […]
AWS announces a streamlined deployment experience for .NET applications
We are happy to announce the general availability of a new deployment experience in both the Visual Studio and the .NET CLI. This follows the preview announcement from last year. The new deployment experience focuses on the type of application you want to deploy instead of individual AWS services by providing intelligent compute recommendations. You […]
Using HAQM Corretto (OpenJDK) for lean, fast, and efficient AWS Lambda Applications
Using HAQM Corretto (OpenJDK) for lean, fast, and efficient AWS Lambda By Guest Blogger Adam Bien In this post, I will discuss how you can launch large, monolithic applications on top of AWS Lambda, and I’ll show that they perform well and are cost effective. You’ll learn that the same application you develop for Lambda […]
Version 1 of the AWS Cloud Development Kit (AWS CDK) is now in maintenance mode
The AWS Cloud Development Kit (AWS CDK) version 1 (v1) for JavaScript, TypeScript, Java, Python, .NET and Go is now in maintenance mode. AWS CDK v1 is no longer receiving higher-level “L2” construct updates for new or existing services. It will continue receiving updates for new and updated resource level “L1” constructs, critical bug fixes, and security updates only. We […]