Documentation
¶
Index ¶
Constants ¶
View Source
const (
RequestQueryParam = "r"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomDomain ¶
type CustomDomains ¶
type CustomDomains struct {
Http CustomDomain
Ws CustomDomain
}
type DeployRequest ¶
type DeployRequest struct {
NodeBucket string
FunctionsForUpdate []Function
StageTemplate *StageTemplate
}
type DeployResponse ¶
type DestroyRequest ¶
type SecurityRequest ¶
type SecurityResponse ¶
type SecurityResponse struct {
AccessKeyId string
SecretAccessKey string
Token string
Expiration *time.Time
}
credentials for aws sdk endpointcreds integration on the CLI fields are predefined by the SDK and can't be changed https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
type SetupBucketConfig ¶
type SetupDestroyRequest ¶
type SetupDestroyRequest struct {
Bucket string
}
type SetupRequest ¶
type SetupResponse ¶
type StageTemplate ¶
type StageTemplate struct {
Project string
Stage string
Region string
Bucket string
BucketPrefix string
Functions []Function
NodeFunctionsBucket string
NodeFunctionsPath string
ResourceSuffix string
ResourceTags map[string]string
WsEnv map[string]string
AuthEnv map[string]string
HasPublic bool
NamingTemplate string
PublicBucketName string
CustomDomain CustomDomain
}
Click to show internal directories.
Click to hide internal directories.