Documentation
¶
Index ¶
- func Register()
- type LambdaArchitecture
- type LambdaRemote
- func (m LambdaRemote) Deploy() error
- func (m LambdaRemote) GetConfig() (*map[string]string, error)
- func (LambdaRemote) GetConfigKeys() []string
- func (m LambdaRemote) GetEndpoint() (*remote.EndpointDetails, error)
- func (m LambdaRemote) GetStatus() (*remote2.Status, error)
- func (LambdaRemote) GetType() string
- func (m LambdaRemote) SetConfigValue(key string, value string) error
- func (m LambdaRemote) Undeploy() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LambdaArchitecture ¶
type LambdaArchitecture string
const ( LambdaArchitectureX86_64 LambdaArchitecture = "x86_64" LambdaArchitectureArm64 LambdaArchitecture = "arm64" )
type LambdaRemote ¶
type LambdaRemote struct {
remote2.RemoteMetadata
}
func (LambdaRemote) Deploy ¶
func (m LambdaRemote) Deploy() error
func (LambdaRemote) GetConfigKeys ¶
func (LambdaRemote) GetConfigKeys() []string
func (LambdaRemote) GetEndpoint ¶
func (m LambdaRemote) GetEndpoint() (*remote.EndpointDetails, error)
func (LambdaRemote) GetType ¶
func (LambdaRemote) GetType() string
func (LambdaRemote) SetConfigValue ¶
func (m LambdaRemote) SetConfigValue(key string, value string) error
func (LambdaRemote) Undeploy ¶
func (m LambdaRemote) Undeploy() error
Click to show internal directories.
Click to hide internal directories.