apigateway

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2020 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

Package apigateway provides type aliases for AWS APIGateway types

Index

Constants

This section is empty.

Variables

View Source
var (
	// Response200 is Response object with status code 200
	Response200 = Response{
		StatusCode:      200,
		IsBase64Encoded: false,
		Body:            "Ok",
	}
	// Response404 is Response object with status code 404
	Response404 = Response{StatusCode: 404}
)

Functions

This section is empty.

Types

type Response

Response is an alias for APIGatewayProxyResponse

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL