{"id":26553584,"url":"https://github.com/encalmo/scala-aws-lambda-testkit","last_synced_at":"2025-07-08T23:03:50.931Z","repository":{"id":283167955,"uuid":"942618065","full_name":"encalmo/scala-aws-lambda-testkit","owner":"encalmo","description":"Artefacts supporting testing of the AWS lambda functions written using Scala 3 and scala-aws-lambda-runtime","archived":false,"fork":false,"pushed_at":"2025-03-26T08:20:42.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T23:03:49.360Z","etag":null,"topics":["aws-lambda","scala","scala3","testing"],"latest_commit_sha":null,"homepage":"https://encalmo.github.io/scala-aws-lambda-testkit/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/encalmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-04T11:47:53.000Z","updated_at":"2025-03-26T08:20:46.000Z","dependencies_parsed_at":"2025-03-18T22:41:18.299Z","dependency_job_id":"2b4e64cf-185f-45a0-aed1-528b33f1d484","html_url":"https://github.com/encalmo/scala-aws-lambda-testkit","commit_stats":null,"previous_names":["encalmo/scala-aws-lambda-testkit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/encalmo/scala-aws-lambda-testkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fscala-aws-lambda-testkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fscala-aws-lambda-testkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fscala-aws-lambda-testkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fscala-aws-lambda-testkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encalmo","download_url":"https://codeload.github.com/encalmo/scala-aws-lambda-testkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fscala-aws-lambda-testkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264363744,"owners_count":23596501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","scala","scala3","testing"],"created_at":"2025-03-22T09:24:29.083Z","updated_at":"2025-07-08T23:03:50.925Z","avatar_url":"https://github.com/encalmo.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/encalmo/scala-aws-lambda-testkit\"\u003e![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)\u003c/a\u003e \u003ca href=\"https://central.sonatype.com/artifact/org.encalmo/scala-aws-lambda-testkit_3\" target=\"_blank\"\u003e![Maven Central Version](https://img.shields.io/maven-central/v/org.encalmo/scala-aws-lambda-testkit_3?style=for-the-badge)\u003c/a\u003e \u003ca href=\"https://encalmo.github.io/scala-aws-lambda-testkit/scaladoc/org/encalmo/lambda.html\" target=\"_blank\"\u003e\u003cimg alt=\"Scaladoc\" src=\"https://img.shields.io/badge/docs-scaladoc-red?style=for-the-badge\"\u003e\u003c/a\u003e\n\n# scala-aws-lambda-testkit\n\nArtefacts supporting testing of the AWS lambda functions written using Scala 3 and [scala-aws-lambda-runtime](https://github.com/encalmo/scala-aws-lambda-runtime)\n\n## Table of contents\n\n- [Dependencies](#dependencies)\n- [Usage](#usage)\n- [Project content](#project-content)\n\n## Dependencies\n\n   - [Scala](https://www.scala-lang.org) \u003e= 3.3.5\n   - [Scala **toolkit** 0.7.0](https://github.com/scala/toolkit)\n   - org.encalmo [**upickle-utils** 0.9.3](https://central.sonatype.com/artifact/org.encalmo/upickle-utils_3)\n   - org.scalameta [**munit** 1.1.0](https://github.com/scalameta/munit)\n\n## Usage\n\nUse with SBT\n\n    libraryDependencies += \"org.encalmo\" %% \"scala-aws-lambda-testkit\" % \"0.9.1\"\n\nor with SCALA-CLI\n\n    //\u003e using dep org.encalmo::scala-aws-lambda-testkit:0.9.1\n\n\n## Project content\n\n```\n├── .github\n│   └── workflows\n│       ├── pages.yaml\n│       ├── release.yaml\n│       └── test.yaml\n│\n├── .gitignore\n├── .scalafmt.conf\n├── JsonAssertions.scala\n├── LambdaServiceFixture.scala\n├── LICENSE\n├── project.scala\n├── README.md\n├── StubbedHttpServer.scala\n├── StubbedHttpServer.test.scala\n├── StubbedProxyHttpServer.scala\n├── StubbedProxyHttpServer.test.scala\n└── test.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencalmo%2Fscala-aws-lambda-testkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencalmo%2Fscala-aws-lambda-testkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencalmo%2Fscala-aws-lambda-testkit/lists"}