Skip to content

Commit f3dcf41

Browse files
committed
add openapi-to-lambda in the list of templates
1 parent ef7efe8 commit f3dcf41

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cookiecutter.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"path": "templates/scheduler-to-lambda",
2020
"title": "Scheduler to Lambda",
2121
"description": "Scheduled events to Lambda function integration"
22-
}
22+
},
23+
"openapi-to-lambda": {
24+
"path": "templates/openapi-to-lambda",
25+
"title": "OpenAPI definition to Lambda",
26+
"description": "An OpenAPI definition to generate the Lambda function (with API Gateway)"
27+
}
2328
}
2429
}

0 commit comments

Comments
 (0)