This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

1.1.0-funcrel

Callee TypeCaller TypeDetails
AWS Simple Queue Service PublisherAWS Simple Queue Service ReceiverThe links between publisher and receiver were missing when the receiver was a lambda trigger.

1.1.0-beta2

New Support

SummaryDetails
Support for S3 to LambdaCreate links to Lambda when triggered by an S3 event. WARNING: This does not provide a support for S3. It is solely responsible for handling S3 to Lambda calls when S3 is supported by some other extension. Note that currently, S3 is supported only in Nodejs.
Support for AWS SQS to LambdaAWS SQS event triggering Lambdas are now supported.

1.1.0-beta1

Callee TypeCaller TypeDetails
Java AWS Lambda GET Operation (and similarly for POST, PUT, DELETE and ANY)Java MethodModelization change: AWS Lambda Operations will call directly the Java Method handlers instead of using the previously intermediary AWS Lambda function.

New Support

SummaryDetails
Support for AWS lambda functions defined with CloudFormation frameworkLimited to YAML configuration files (JSON files will be analyzed in later versions)