

# Scala examples for Managed Service for Apache Flink
<a name="examples-new-scala"></a>

The following examples demonstrate how to create applications using Scala with Apache Flink.



## Set up a multi-step application
<a name="getting-started-scala"></a>

This example shows how to set up a Flink application in Scala. It demonstrates how to configure the SBT project to include dependencies and build the uber-JAR. 

Code example: [GettingStarted](https://github.com/aws-samples/amazon-managed-service-for-apache-flink-examples/tree/main/scala/GettingStarted)