lambda-tools
Version:
Scripts for working with AWS Lambda backed microservices
20 lines (19 loc) • 432 B
JSON
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "ExampleService",
"Parameters": {
"aaProjectName": {
"Type": "String",
"Default": "Example-Service",
"AllowedValues": [
"Example-Service"
]
},
"aaStage": {
"Type": "String",
"Default": "dev"
}
},
"Resources": {},
"Outputs": {}
}