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 e906a02 commit 1f8c19eCopy full SHA for 1f8c19e
Libraries/src/Amazon.Lambda.Annotations/README.md
@@ -104,7 +104,7 @@ public class Functions
104
105
106
[LambdaFunction]
107
- [HttpApi(HttpMethod.Put, HttpApiVersion.V2, "/process/{name}")]
+ [HttpApi(LambdaHttpMethod.Put, "/process/{name}", Version = HttpApiVersion.V2)]
108
public async Task Process([FromServices] ITracker tracker, string name, [FromBody] string data)
109
{
110
tracker.Record();
0 commit comments