Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIGateWayClientWithHelpers ¶ added in v1.226.0
type APIGateWayClientWithHelpers struct {
APIGatewayClient *apigatewaymanagementapi.Client
}
func GetClient ¶ added in v1.226.0
func GetClient(req *events.APIGatewayWebsocketProxyRequest, region ...string) *APIGateWayClientWithHelpers
func NewClient ¶ added in v1.226.0
func NewClient(req *events.APIGatewayWebsocketProxyRequest, config aws.Config) *APIGateWayClientWithHelpers
func (APIGateWayClientWithHelpers) PostToConnectionID ¶ added in v1.247.0
func (s APIGateWayClientWithHelpers) PostToConnectionID(data []byte, connectionID string) error
func (APIGateWayClientWithHelpers) PostToConnectionIDs ¶ added in v1.226.0
func (s APIGateWayClientWithHelpers) PostToConnectionIDs(data []byte, connectionIDs []string)
Click to show internal directories.
Click to hide internal directories.