❗ MuleSoft has released a productized version of the AWS Lambda Connector. You can find it in Anypoint Exchange here.
AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code.
- Clone the Repo
- Change the pom.xml groupId to match your organization id in your Anypoint Platform organization
- Deploy the connector to your Exchange using Maven: mvn clean -DskipTests deploy
- Consume connector in Anypoint Studio by downloading from Exchange.
You can report new issues at this link https://github.com/djuang1/aws-lambda/issues.