The basic example was created by directly translating the official AWS KCL Python sample found at https://github.com/awslabs/amazon-kinesis-client-python. Signed-off-by: Caleb Stewart <caleb.stewart94@gmail.com> |
||
|---|---|---|
| .. | ||
| basic | ||
| README.md | ||
Usage Examples
This directory provides some basic examples of using the vmware-go-kcl-v2
package. When in doubt, you should always defer to the upstream AWS KCL
documentation, however these examples should get you started in the right
direction.
Basic Example
The basic example is a direct translation of the offical sample_kclpy_app.py example. The example takes a single positional argument representing the path to a JSON configuration file. An example configuration file is also included.