Node.js - Amazon Web Services support for TypeScript


Introduction

Amazon Web Services (AWS) is a comprehensive cloud computing platform provided by Amazon. It offers a wide range of services for various computing needs. CAST Imaging provides support for some AWS services as detailed below (via a variety of different CAST extensions).

Amazon Web Services service support is typically distributed across SDKs and Configuration tools/ frameworks.

CDK V2 support

The AWS Cloud Development Kit (CDK) is a framework for defining and provisioning AWS infrastructure using code. Support for the TypeScript CDK v2 is described in the following page.

Linking AWS lambda with its typescript handler

When an AWS Lambda resource is created with a Node.js runtime and its handler is implemented in TypeScript, this extension automatically establishes a link between the Lambda resource and the corresponding handler function. This process is described in the following page.

SDK support

The AWS SDK is a collection of libraries that enables applications to interact with AWS services through APIs, allowing developers to create, configure, and operate cloud resources programmatically without using the AWS Management Console. Support for the TypeScript AWS SDK is described in the following page.