jobial-io / scase-lambda-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scase Lambda Function 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.

About


Languages

Language:Scala 100.0%