@aws-amplify/amplify-dotnet-function-template-provider
Version:
.NET templates supplied by the Amplify Team
32 lines (31 loc) • 635 B
JSON
{
"name": "functionTemplate",
"type": "util",
"commands": [],
"eventHandlers": [],
"functionTemplate": {
"conditions": {
"provider": "awscloudformation",
"services": ["Lambda"],
"runtime": ["dotnet8"]
},
"templates": [
{
"name": "Hello World",
"value": "hello-world"
},
{
"name": "Serverless",
"value": "serverless"
},
{
"name": "Trigger (DynamoDb, Kinesis)",
"value": "trigger"
},
{
"name": "CRUD function for DynamoDB (Integration with API Gateway)",
"value": "crud"
}
]
}
}