org.encalmo.lambda.ApiGatewayRequest
See theApiGatewayRequest companion object
final case class ApiGatewayRequest(
httpMethod:
String,
resource:
String,
path:
String,
body:
String,
isBase64Encoded:
Boolean,
headers:
Map[
String,
String],
stageVariables:
Map[
String,
String],
queryStringParameters:
Map[
String,
String],
requestContext:
Map[
String,
Value])
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Show all
Members list
Send request to the target host and return response wrapped in ApiGatewayResponse.
Send request to the target host and return response wrapped in ApiGatewayResponse.
Attributes