The AWS Lambda sink connector is a Pulsar IO connector for sending messages from Apache Pulsar to Amazon AWS Lambda.
Currently, AWS Lambda connector versions (x.y.z
) are based on Pulsar versions (x.y.z
).
AWS Lambda connector version | Pulsar version | Doc |
---|---|---|
2.7.0 | 2.7.0 | - AWS lambda sink connector |
Below are the sub folders and files of this project and their corresponding descriptions.
├── conf // examples of configuration files of this connector
├── docs // user guides of this connector
├── script // scripts of this connector
├── src // source code of this connector
│ ├── checkstyle // checkstyle configuration files of this connector
│ ├── license // license header for this project. `mvn license:format` can
be used for formatting the project with the stored license header in this directory
│ │ └── ALv2
│ ├── main // main source files of this connector
│ │ └── java
│ ├── spotbugs // spotbugs configuration files of this connector
│ └── test // test related files of this connector
│ └── java