Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jobial-io/scase-lambda-scala3-example


https://github.com/jobial-io/scase-lambda-scala3-example

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Scase Lambda Function Scala 3 Example

To build the lambda function and deploy to AWS through CloudFormation run:

```scala
sbt proguard condense
```

To run the client and invoke the function:

```bash
sbt "runMain io.jobial.scase.example.greeting.lambda.GreetingLambdaClient"
```

You can also call the function on the AWS Dashboard or using any other client.