Versions in this module Expand all Collapse all v0 v0.3.0 Jul 18, 2026 v0.2.0 Jul 17, 2026 Changes in this version + func PresignURL(host, bucket, key string, ttl time.Duration) string + func QueueARN(name string) string + type Bucket struct + Created string + Name string + type BucketConfig struct + Name string + Raw string + Set bool + type BucketProps struct + ARN string + Configs []BucketConfig + Name string + ObjectLock bool + Region string + Tags []KV + Versioning string + type Bus struct + ARN string + Name string + RuleList []Rule + Rules int + type Console struct + func New(opts Options) (*Console, error) + func (c *Console) ServeHTTP(w http.ResponseWriter, r *http.Request) + type CreateFunctionOpts struct + Code string + Env map[string]string + Handler string + Memory int + Name string + Runtime string + Timeout int + type EBArchive struct + ARN string + Created string + Events int64 + Name string + Pattern string + Retention int + State string + type EBReplay struct + Name string + Started string + State string + type FlowDiagram struct + Edges []FlowEdge + H int + Label string + Nodes []FlowNode + W int + type FlowEdge struct + From string + Hot bool + Kind string + To string + type FlowGraph struct + Conns int + Diagrams []FlowDiagram + Flows int + NodeCount int + Unwired []FlowNode + type FlowNode struct + ID string + Name string + Sub string + Svc string + URL string + Unwired bool + X int + Y int + type Function struct + ARN string + CodeSize int64 + DLQ string + Env map[string]string + Handler string + Mappings []Mapping + MemorySize int + Modified string + Name string + OnFailure string + OnSuccess string + Runtime string + Timeout int + Version string + type GSI struct + HashKey string + HashType string + Name string + RangeKey string + RangeType string + type GSICreate struct + HashKey string + HashType string + Name string + RangeKey string + RangeType string + type InvokeResult struct + Async bool + Duration string + FnError string + Logs string + Payload string + Status int + type Item struct + Attrs map[string]string + JSON string + KeyJSON string + PK string + Preview string + SK string + type KV struct + K string + V string + type Key struct + ARN string + Alias string + Aliases []string + Created string + Description string + Enabled bool + ID string + MacAlgos []string + RotationOn bool + SigAlgos []string + Spec string + State string + Usage string + type LambdaRuntimeState struct + IdleSecs int + Runners int + SleepAt int64 + Warm bool + func (s LambdaRuntimeState) Counting() bool + func (s LambdaRuntimeState) IdleLabel() string + func (s LambdaRuntimeState) SleepLabel() string + func (s LambdaRuntimeState) SleepLeft() int + type Mapping struct + BatchSize int + SourceARN string + State string + UUID string + type MoveTask struct + Dest string + Failure string + Moved int64 + Status string + type MsgAttr struct + Name string + Type string + Value string + type MsgSummary struct + BodyHTML template.HTML + Kind string + Line string + Note string + Raw string + Svc string + type Neighbor struct + Kind string + Name string + Svc string + URL string + type Neighborhood struct + Downstream []Neighbor + Upstream []Neighbor + type NotifyRule struct + Events []string + Kind string + Name string + Prefix string + Suffix string + type ObjVersion struct + DeleteMarker bool + IsLatest bool + LastModified string + Size int64 + VersionID string + type Object struct + IsPrefix bool + Key string + LastModified string + Size int64 + type ObjectMeta struct + ContentType string + ETag string + IsImage bool + IsText bool + Key string + LastModified string + Size string + SizeBytes int64 + StorageClass string + type Options struct + Peers peers.Directory + Prefix string + Recorder *Recorder + type Parameter struct + ARN string + Labels []string + Modified string + Name string + Type string + Value string + Version int64 + type QueryOpts struct + Cursor string + Filter string + FilterNames map[string]string + FilterVals map[string]any + Index string + Limit int + PKValue string + SKOp string + SKValue string + SKValue2 string + type Queue struct + Available int + DLQ string + InFlight int + Name string + type Recorder struct + func NewRecorder(next http.Handler) *Recorder + func (rec *Recorder) Clear() + func (rec *Recorder) Entries(sinceSeq int64) []TrafficEntry + func (rec *Recorder) Get(seq int64) (TrafficEntry, bool) + func (rec *Recorder) LastSeq() int64 + func (rec *Recorder) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Rule struct + ARN string + Bus string + Name string + Pattern string + Schedule string + State string + Targets []Target + type SQSCreateOpts struct + ContentBasedDedup bool + DLQName string + DelaySeconds string + FIFO bool + MaxReceiveCount string + Name string + RetentionSeconds string + VisibilityTimeout string + type SQSMessage struct + Attrs []MsgAttr + Body string + DedupID string + GroupID string + MessageID string + ReceiptHandle string + Receives string + SentAt string + SeqNo string + Sum MsgSummary + type Secret struct + ARN string + Changed string + Deleted bool + DeletedAt string + Description string + LastRotated string + Name string + RotationDays int + RotationLambda string + RotationOn bool + Stages map[string][]string + Value string + VersionID string + type SendOpts struct + Attrs []MsgAttr + DedupID string + Delay string + GroupID string + type Subscription struct + ARN string + Endpoint string + FilterPolicy string + Protocol string + RawDelivery bool + type Table struct + ARN string + GSIs []GSI + HashKey string + HashType string + ItemCount int64 + Name string + RangeKey string + RangeType string + SizeBytes int64 + Status string + TTLAttr string + TTLStatus string + type TableCreateOpts struct + GSIs []GSICreate + HashKey string + HashType string + Name string + RangeKey string + RangeType string + TTLAttr string + type Target struct + ARN string + ID string + type Topic struct + ARN string + Name string + SubList []Subscription + Subs int + type TrafficEntry struct + Action string + At time.Time + CT string + Host string + Method string + Millis float64 + Path string + ReqBody string + Resource string + RespBody string + RespCT string + Seq int64 + Service string + Status int + Target string + func (e TrafficEntry) Curl() string