Relative Content

Tag Archive for c#lambda.net-8.0redocaws-lambda-annotations

Lambda Annotations: .Net Core 8 with NSwag

I went over https://towardsaws.com/access-swagger-ui-in-aws-lambda-via-api-gateway-deployed-with-the-serverless-framework-d80268ef1d79 document but this wouldn’t help with .net 8 and Lambda Annotations. Since with lambda annotations we would be lambda function attribute instead of HttpGet, HttpPost and so on.
Any help would be appreciated. Or perhaps help in creating swagger json/yml document which can then be later consumed by Redoc/NSwag.