Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 369 Bytes

Scase Lambda Function Scala 3 Example

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

sbt proguard condense

To run the client and invoke the function:

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

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