This repository contains sample applications for Amazon Managed Service for Apache Flink, organized by language and operational use cases.
- A valid LocalStack for AWS license, which provides a
LOCALSTACK_AUTH_TOKENrequired to run these samples with Managed Flink in LocalStack. - Docker for running LocalStack.
- AWS CLI and LocalStack CLI (
awslocal). - Java and Maven for Java-based examples.
- Python and
pipfor Python-based examples.
Run the following command before starting LocalStack with your preferred method:
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>- Java S3 Sink sample
- Python Getting Started sample
- All Java examples
- All Python examples
- Scala getting started example
- Infrastructure utilities
See CONTRIBUTING for more information.
This sample code is made available under the MIT-0 license. See LICENSE.