Created by Shared Doc User on Oct 30, 2020
1.1.0-funcrel
Link Improvements
Callee Type | Caller Type | Details |
---|
AWS Simple Queue Service Publisher | AWS Simple Queue Service Receiver | The links between publisher and receiver were missing when the receiver was a lambda trigger. |
1.1.0-beta2
New Support
Summary | Details |
---|
Support for S3 to Lambda | Create 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 Lambda | AWS SQS event triggering Lambdas are now supported. |
1.1.0-beta1
Link Improvements
Callee Type | Caller Type | Details |
---|
Java AWS Lambda GET Operation (and similarly for POST, PUT, DELETE and ANY) | Java Method | Modelization change: AWS Lambda Operations will call directly the Java Method handlers instead of using the previously intermediary AWS Lambda function. |
New Support
Summary | Details |
---|
Support for AWS lambda functions defined with CloudFormation framework | Limited to YAML configuration files (JSON files will be analyzed in later versions) |