GitHub Maven Central Version Scaladoc

scala-aws-lambda-testkit

Artefacts supporting testing of the AWS lambda functions written using Scala 3 and scala-aws-lambda-runtime

Table of contents

Dependencies

Usage

Use with SBT

libraryDependencies += "org.encalmo" %% "scala-aws-lambda-testkit" % "0.9.1"

or with SCALA-CLI

//> using dep org.encalmo::scala-aws-lambda-testkit:0.9.1

Project content

├── .github
│   └── workflows
│       ├── pages.yaml
│       ├── release.yaml
│       └── test.yaml
│
├── .gitignore
├── .scalafmt.conf
├── JsonAssertions.scala
├── LambdaServiceFixture.scala
├── LICENSE
├── project.scala
├── README.md
├── StubbedHttpServer.scala
├── StubbedHttpServer.test.scala
├── StubbedProxyHttpServer.scala
├── StubbedProxyHttpServer.test.scala
└── test.sh