Skip to content

Commit 5a3e32d

Browse files
authored
docs(readme): add CI, Rust, license, and commit badges
1 parent c790bc9 commit 5a3e32d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# AWS Lambda Action Filter
22

3+
[![CI](https://github.com/yourusername/aws-lambda-action-filter/actions/workflows/ci.yml/badge.svg)](https://github.com/yourusername/aws-lambda-action-filter/actions)
4+
![Rust](https://img.shields.io/badge/rust-1.85.0-blue?logo=rust)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6+
![Last Commit](https://img.shields.io/github/last-commit/yourusername/aws-lambda-action-filter)
7+
38
This project demonstrates a production-ready AWS Lambda function written in Rust, showcasing the **[Explicit Module Boundary Pattern (EMBP)](embp.md)** for clean architecture and comprehensive integration testing with `cargo-lambda`.
49

510
## ✅ Overview

0 commit comments

Comments
 (0)