AWS Lambda Connector

Content Type: Module
Categories: AWS

Overview

The AWS Lambda Connector provides an interface to the AWS Lambda service. AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.

The connector provides the following actions:

  • ListFunctions
  • InvokeFunction
  • DeleteFunction

For more information about our AWS Connector strategy, please see the Mendix Evaluation Guide

Documentation

 


Please see the documentation on Mendix Docs.

 

Releases

Version: 2.0.0
Framework Version: 9.18.0
Release Notes: - Connector updated to work with Authentication Connector 3.0 and newer versions - IsAsynchonous has been replaced with a InvocationType enum
Version: 1.1.2
Framework Version: 9.18.0
Release Notes: We added a migration file which can be used in Mendix 10.3+ to rebuild your dependencies with Mendix' Java Dependency Management feature
Version: 1.1.1
Framework Version: 9.18.0
Release Notes: - Asynchronous Lambda functions can now be invoked through the AWS Lambda connector.
Version: 1.0.0
Framework Version: 9.18.0
Release Notes: Initial release of the AWS Lambda Connector