aws/aws-lambda-dotnet

Requesting Generation of the OpenApi (Swagger) specification from Lambda Annotations

jon-armen opened this issue · 2 comments

Describe the feature

Lambda Annotations should cause the ApiGateway to have a swagger specification complete with generated models based on the inputs / outputs of the functions.

Use Case

My team depends heavily on OpenApi specifications. It would be extremely valuable for the generated functions to produce the specs.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS .NET SDK and/or Package version used

Amazon.Lambda.Annotations

Targeted .NET Platform

.Net 8

Operating System and version

Lambda

Just FYR, Swagger for Minimal API example: #1236 (comment)

At high level, appears to be a useful feature request. Needs review with the team.

Previous discussion with a similar feature request: #1763