README ¶ wsps Creates an APIGatewayV2 WebSocket presigned URL for the @connections interface, for Go. License Copyright © 2020 Stojan Dimitrovski. Some rights reserved. Licensed under the MIT X11 License. See it in LICENSE. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type PreSignedRequest func PreSign(request Request) PreSignedRequest type Request Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type PreSignedRequest ¶ type PreSignedRequest struct { URL string CanonicalRequest string StringToSign string } func PreSign ¶ func PreSign(request Request) PreSignedRequest type Request ¶ type Request struct { Method string Region string Host string Stage string ConnectionId string BodySha256 []byte Date time.Time ExpiresInSeconds uint AWSAccessKeyId string AWSSecretAccessKey string AWSSecurityToken string } Source Files ¶ View all Source files wsps.go Click to show internal directories. Click to hide internal directories.