Skip to content

Commit 15dbde0

Browse files
authored
Add history section to the readme. (#687)
Signed-off-by: David Calavera <[email protected]>
1 parent b7f198d commit 15dbde0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lambda-events/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ This crate divides all Lambda Events into features named after the service that
2727
cargo add aws_lambda_events --no-default-features --features apigw,alb
2828
```
2929

30+
## History
31+
32+
The AWS Lambda Events crate was created by [Christian Legnitto](https://github.com/LegNeato). Without all his work and dedication, this project could have not been possible.
33+
34+
In 2023, the AWS Lambda Event crate was moved into this repository to continue its support for all AWS customers that use Rust on AWS Lambda.
35+
3036
[//]: # 'badges'
3137
[crate-image]: https://img.shields.io/crates/v/aws_lambda_events.svg
3238
[crate-link]: https://crates.io/crates/aws_lambda_events

0 commit comments

Comments
 (0)