Show / Hide Table of Contents

Namespace LambdaSharp.ApiGateway

Classes

ALambdaApiGatewayFunction

ALambdaApiGatewayFunction is the abstract base class for API Gateway functions (both V1 and V2).

FromBodyAttribute

The FromBodyAttribute attribute is used to indicate that a parameter must be deserialized from the request body.

FromUriAttribute

The FromUriAttribute attribute is used to indicate that a parameter must be deserialized from path- and query-string parameters instead of the request body.

In This Article
Back to top Generated by DocFX