AWS Lambda

The support for AWS is distributed among several CAST extensions. This page summarizes supported features for the latest version of the corresponding CAST extensions. 

List of supported languages and deployment frameworks

AWS Lambda functions can be implemented and deployed with several tools. The following table summarizes supported functionalities in deployment frameworks and SDKs for different languages:

Framework/API → Services and services interactions ↓ Cloudformation SAM


Serverless v1.x v2.x Shell (AWS Cli) SDK JavaScript v2.x SDK TypeScript v2.x / v3.x SDK Java v1.x / v2.x SDK Python boto3 SDK dotnet
Lambda invocation - - - (tick) (tick)

(tick)

(tick)

(tick)

(error)

Lambda creation and link to the handler

(tick) (tick) (tick) (error) (error) (error) (error) (error) (error)
Lambda trigger: REST API gateway (tick) (tick) (tick) (error) (error) (error) (error) (error) (error)
Lambda trigger: SQS event (tick) (tick) (tick) (error) (error) (error) (error) (error) (error)
Lambda trigger: S3 event (tick) (tick) (tick) (error) (error) (error) (error) (error) (error)
Lambda trigger: DynamoDB event (error) (error) (error) (error) (error) (error) (error) (error) (error)
Lambda trigger: SNS event (error) (error) (error) (error) (error) (error) (error) (error) (error)

Details about support for each language