17 lines
514 B
JSON
17 lines
514 B
JSON
{
|
|
"name": "rust-lambda",
|
|
"description": "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",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Emil Lindfors"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |