AWS Developer Tools Blog

Category: JavaScript

Overview of AWS SDK for JavaScript

Modular AWS SDK for JavaScript – Release Candidate

As of December 15th, 2020, the AWS SDK for JavaScript, version 3 (v3) is generally available. We’re happy to announce the Release Candidate (RC) of the AWS SDK for JavaScript, version 3 (v3). This RC follows the Developer preview release of the JavaScript SDK. It is a major rewrite of the version 2.x code base, and […]

Preview of AWS Toolkit for WebStorm

At re:Invent 2018 we unveiled the AWS Toolkit for three new IDEs – IntelliJ IDEA, PyCharm and Visual Studio Code. Powered by the AWS SAM CLI, these toolkits enable local invocation and step-through debugging of your AWS Lambda functions directly in your IDE. We’re pleased to announce that a Preview of the AWS Toolkit is […]

Testing infrastructure with the AWS Cloud Development Kit (CDK)

The AWS Cloud Development Kit (CDK) allows you to describe your application’s infrastructure using a general-purpose programming language, such as TypeScript, JavaScript or Python. This opens up familiar avenues for working with your infrastructure, such as using your favorite IDE, getting the benefit of autocomplete, creating abstractions in a familiar way, distributing them using your […]

Serverless data engineering at Zalando with the AWS CDK

This blog was authored by Viacheslav Inozemtsev, Data Engineer at Zalando, an active user of the serverless technologies in AWS, and an early adopter of the AWS Cloud Development Kit.   Infrastructure is extremely important for any system, but it usually doesn’t carry business logic. It’s also hard to manage and track. Scripts and templates […]

New AWS SDK for JavaScript – Developer Preview

We’re happy to announce the developer preview of the AWS SDK for JavaScript, version 3. This version of the SDK is a major rewrite of the 2.x code base. It’s written in TypeScript and adds frequently requested features, like modularized packages. Many aspects of the SDK have been refactored and cleaned up in addition to […]

Introducing support for Amazon S3 Select in the AWS SDK for JavaScript

We’re excited to announce support for the Amazon Simple Storage Service (Amazon S3) selectObjectContent API with event streams in the AWS SDK for JavaScript. Using Amazon S3 Select, you can query for a subset of data from an S3 object by using simple SQL expressions. Amazon S3 streams the responses as a series of events, […]

Introducing the Amazon DynamoDB DataMapper for JavaScript – Developer Preview

We’re happy to announce that the @aws/dynamodb-data-mapper package is now in Developer Preview and available for you to try via npm. The Amazon DynamoDB DataMapper for JavaScript is a high-level client for writing and reading structured data to and from DynamoDB, built on top of the AWS SDK for JavaScript. Getting started You can install […]

Creating and Deploying a Serverless Web Application with CloudFormation and Ember.js

Serverless computing enables you to build scalable and cost-effective applications that scale up or down automatically without provisioning, scaling, and managing servers. You can use AWS Lambda to execute your back-end application code, Amazon API Gateway for a fully managed service to create, publish, maintain, monitor, and secure your REST API, and Amazon S3 to […]

React Native Support in the AWS SDK for JavaScript

We’re excited to announce React Native support in the AWS SDK for JavaScript. You can now access all services that are currently supported in the AWS SDK for JavaScript from within a React Native application. You can configure Amazon Cognito Identity as the authentication provider by using the same Amazon Cognito Identity credentials you might […]