Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jobial-io/scase-lambda-scala3-example
- Owner: jobial-io
- Created: 2022-03-11T20:31:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T11:20:56.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:14:10.560Z (2 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.