https://github.com/markus1189/aws-lambda-scala-cdk
Template for aws lambdas using scala and cdk
https://github.com/markus1189/aws-lambda-scala-cdk
Last synced: 22 days ago
JSON representation
Template for aws lambdas using scala and cdk
- Host: GitHub
- URL: https://github.com/markus1189/aws-lambda-scala-cdk
- Owner: markus1189
- Created: 2021-03-08T14:59:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T09:22:26.000Z (over 5 years ago)
- Last Synced: 2025-10-22T15:35:35.556Z (9 months ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template for AWS Lambda in Scala with CDK
This is a template project that can be used to easily build and deploy
an AWS Lambda written in Scala.
## Quickstart
- make sure you have the aws-cdk installed (`npm install aws-cdk`)
- run `npx cdk diff` and if it sounds reasonable, `npx cdk deploy`
(you might need a `cdk bootstrap`, but it will tell you)
## What is cool about this template?
- cdk also uses the `build.sbt`, more specifically the `infrastructure` submodule
- sbt makes sure that the fatjar is up-to-date before trying to do anything
- using Scala for both your lambda and your stacks