Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jobial-io/scase-lambda-example
https://github.com/jobial-io/scase-lambda-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jobial-io/scase-lambda-example
- Owner: jobial-io
- Created: 2022-03-01T10:58:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T01:14:09.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:14:07.830Z (2 months ago)
- Language: Scala
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scase Lambda Function 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.