We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7efe8 commit f3dcf41Copy full SHA for f3dcf41
cookiecutter.json
@@ -19,6 +19,11 @@
19
"path": "templates/scheduler-to-lambda",
20
"title": "Scheduler to Lambda",
21
"description": "Scheduled events to Lambda function integration"
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
+ }
28
}
29
0 commit comments