Skip to content

Commit

Permalink
feat: A new lambda appears
Browse files Browse the repository at this point in the history
Add an API Gateway lambda to the stack to allow for more experimentation.
  • Loading branch information
akash1810 committed Aug 7, 2022
1 parent d6f3a18 commit 604bcd2
Show file tree
Hide file tree
Showing 7 changed files with 781 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
logs
lambda/cdk-playground-lambda.zip
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ lazy val root = (project in file("."))
riffRaffArtifactResources := Seq(
(Debian / packageBin).value -> s"${name.value}/${name.value}.deb",
baseDirectory.value / "riff-raff.yaml" -> "riff-raff.yaml",
baseDirectory.value / "cdk" / "cdk.out" / "CdkPlayground.template.json" -> s"cloudformation/CdkPlayground.template.json"
baseDirectory.value / "cdk" / "cdk.out" / "CdkPlayground.template.json" -> s"cloudformation/CdkPlayground.template.json",
baseDirectory.value / "lambda" / "cdk-playground-lambda.zip" -> "cdk-playground-lambda/cdk-playground-lambda.zip"
),
buildInfoKeys := {
lazy val buildInfo = BuildInfo(baseDirectory.value)
Expand Down
Loading

0 comments on commit 604bcd2

Please sign in to comment.