Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
This repository is designed to provide guidance for implementing comprehensive test suites for serverless applications.
| Date | Stars |
|---|---|
| 2026-07-24 | 356 |
| 2026-07-25 | 356 |
| 2026-07-28 | 356 |
| 2026-07-30 | 356 |
| 2026-08-06 | 356 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
[](https://img.shields.io/badge/Test-Unit-blue) [](https://img.shields.io/badge/Test-Integration-yellow) [](https://badgen.net/badge/Built%20With/.NET/blue9) [](https://badgen.net/badge/Built%20With/Java/blue9) [](https://badgen.net/badge/Built%20With/Python/blue9) [](https://badgen.net/badge/Built%20With/TypeScript/blue9)  # Serverless Test Samples AWS guidance and examples for testing serverless and event driven applications. # Getting Started We recommend reviewing the companion website for this repository: [Serverlessland - Testing Serverless Applications](https://serverlessland.com/testing). If you'd like to jump right into code, you can begin with a starter project in your favorite language: - [Python starter](./python-test-samples/apigw-lambda) - [Java starter](./java-test-samples/apigw-lambda-list-s3-buckets) - [TypeScript starter](./typescript-test-samples/typescript-test-intro) - [.NET starter](./dotnet-test-samples/apigw-lambda-list-s3-buckets) # Language Directories The repository is divided into several language directories. If you would like to browse by language, you can navigate to the main page of each language directory: - [Python main directory](./python-test-samples/) - [Java main directory](./java-test-samples/) - [TypeScript main directory](./typescript-test-samples/) - [.NET main directory](./dotnet-test-samples/) # Workload Types This repository contains sample code for testing a variety of different types of workloads, including API's, Event-Driven Architectures, Service Orchestration, Data Processing, and AWS Partner Patterns. ## API's | System Under Test|Language| |---|---| | [API Gateway with Lambda and DynamoDB](./python-test-samples/apigw-lambda-dynamodb)|Python|API Gateway, AWS Lambda and Amazon DynamoDB| | [API Gateway HTTP with CDK](https://github.com/aws-samples/serverless-samples/tree/main/serverless-rest-api/python-http-cdk) [External]| Python | | [API Gateway HTTP with SAM](https://github.com/aws-samples/serverless-samples/tree/main/serverless-rest-api/python-http-sam) [External]| Python | | [API Gateway REST with SAM](https://github.com/aws-samples/serverless-samples/tree/main/serverless-rest-api/python-rest-sam) [External]| Python | | [Api Gateway, Lambda, DynamoDB](./typescript-test-samples/apigw-lambda-dynamodb)|TypeScript| | [API Gateway, Lambda Authorizer, Lambda, DynamoDB](https://github.com/aws-samples/serverless-samples/tree/main/serverless-rest-api/javascript-http-sam) [External] | Node.js | | [API Gateway, Lambda, S3](./dotnet-test-samples/apigw-lambda-list-s3-buckets)|.NET| | [API Gateway, Lambda, DynamoDB](./dotnet-test-samples/apigw-lambda-ddb)|.NET| | [SQS, Lambda, DynamoDB](./dotnet-test-samples/sqs-lambda)|.NET| | [API Gateway, Lambda, DynamoDB](./java-test-samples/apigw-lambda-ddb)|Java| | [AppSync, DynamoDB](./java-test-samples/java-appsync-sam)|Java| ## Event-Driven Architectures Event-driven architectures (EDA) are an architecture style that uses events and asynchronous communication to loosely couple an application’s components. To learn more about several strategies for testing EDA's visit [this guide at Serverlessland.com](https://serverlessland.com/event-driven-architecture/testing-introduction). |System Under Test|Language|Description| ---|---|--- |[S3, Lambda](./python-test-samples/async-lambda-dynamodb)|Python|This is a great starter project for learning how to test async EDA.| |[Schemas and Contracts](./typescript-test-samples/schema-and-contract-testing)|TypeScript|Event driven architectures decouple producer
Excerpt of 7,808 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:428e32a13bcd4c88, topic:serverless
matched fp:428e32a13bcd4c88, topic:testing