Documentation
¶
Index ¶
- type APIGatewayProxyRequest
- func (r APIGatewayProxyRequest) GetBody() (string, error)
- func (r APIGatewayProxyRequest) GetToken() string
- func (r APIGatewayProxyRequest) MapBodyObjects() (map[string]interface{}, error)
- func (r APIGatewayProxyRequest) MapBodyStrings() (map[string]string, error)
- func (r APIGatewayProxyRequest) MustGetBody() string
- func (r APIGatewayProxyRequest) ParseBody(v interface{}) error
- type SSMParameterReadWriter
- type SSMParameterReader
- type SSMParameterReaderOption
- type SSMParameterWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIGatewayProxyRequest ¶
type APIGatewayProxyRequest events.APIGatewayProxyRequest
func (APIGatewayProxyRequest) GetBody ¶
func (r APIGatewayProxyRequest) GetBody() (string, error)
If the request is Base64 encoded, GetBody() will decode before returning.
func (APIGatewayProxyRequest) GetToken ¶
func (r APIGatewayProxyRequest) GetToken() string
func (APIGatewayProxyRequest) MapBodyObjects ¶
func (r APIGatewayProxyRequest) MapBodyObjects() (map[string]interface{}, error)
func (APIGatewayProxyRequest) MapBodyStrings ¶
func (r APIGatewayProxyRequest) MapBodyStrings() (map[string]string, error)
func (APIGatewayProxyRequest) MustGetBody ¶
func (r APIGatewayProxyRequest) MustGetBody() string
func (APIGatewayProxyRequest) ParseBody ¶
func (r APIGatewayProxyRequest) ParseBody(v interface{}) error
type SSMParameterReadWriter ¶
type SSMParameterReadWriter interface { SSMParameterReader SSMParameterWriter }
func NewSSMParameterReadWriter ¶
func NewSSMParameterReadWriter() (SSMParameterReadWriter, error)
type SSMParameterReader ¶
type SSMParameterReaderOption ¶
type SSMParameterReaderOption func(ssmParamReader)
Click to show internal directories.
Click to hide internal directories.