Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:14 +08:00
commit 058f04cadf
5 changed files with 1090 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "aws-deployer",
"description": "Skills for setting up and configuring AWS Deployer - a serverless CloudFormation deployment automation system with support for single and multi-account deployments via AWS Step Functions",
"version": "1.0.0",
"author": {
"name": "Matt Ho",
"email": "matt.ho@gmail.com",
"url": "https://github.com/savaki"
},
"skills": [
"./skills/"
]
}