Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:52 +08:00
commit e840c60a06
19 changed files with 6852 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# rust-lambda
Comprehensive AWS Lambda development with Rust using cargo-lambda. Build, deploy, and optimize Lambda functions with support for IO-intensive, compute-intensive, and mixed workloads. Includes 12 commands for complete Lambda lifecycle management and an expert agent for architecture decisions