https://github.com/jobial-io/scase-lambda-scala3-example
https://github.com/jobial-io/scase-lambda-scala3-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jobial-io/scase-lambda-scala3-example
- Owner: jobial-io
- Created: 2022-03-11T20:31:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T11:20:56.000Z (over 2 years ago)
- Last Synced: 2025-02-15T14:47:00.969Z (5 months ago)
- Language: Scala
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.