To build the lambda function and deploy to AWS through CloudFormation run:
sbt proguard condenseTo 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.