Documentation
¶
Overview ¶
Package lambda implements the API Gateway & AWS Lambda platform.
Index ¶
- type Platform
- func (p *Platform) ApplyStack(region string) error
- func (p *Platform) Build() error
- func (p *Platform) CreateStack(region, version string) error
- func (p *Platform) DeleteStack(region string, wait bool) error
- func (p *Platform) Deploy(d up.Deploy) error
- func (p *Platform) Domains() up.Domains
- func (p *Platform) Exists(region string) (bool, error)
- func (p *Platform) Init(stage string) error
- func (p *Platform) Logs(c up.LogsConfig) up.Logs
- func (p *Platform) PlanStack(region string) error
- func (p *Platform) Prune(region, stage string, versions int) error
- func (p *Platform) ShowMetrics(region, stage string, start time.Time) error
- func (p *Platform) ShowStack(region string) error
- func (p *Platform) URL(region, stage string) (string, error)
- func (p *Platform) Zip() io.Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
Platform implementation.
func (*Platform) ApplyStack ¶
ApplyStack implementation.
func (*Platform) CreateStack ¶
CreateStack implementation.
func (*Platform) DeleteStack ¶
DeleteStack implementation.
func (*Platform) ShowMetrics ¶
ShowMetrics implementation.
Click to show internal directories.
Click to hide internal directories.