Documentation ¶
Index ¶
- func PreparePostrequest(params map[string]interface{}, region string, response map[string]interface{}) (err error)
- func Preparedeletefnrequest(params map[string]string, region string, response map[string]interface{}) (err error)
- func Preparegetfnrequest(params map[string]string, region string, response map[string]interface{}) (err error)
- func Preparegetrequest(params map[string]string, region string, response map[string]interface{}) (err error)
- type Code
- type Createfunction
- type DeadLetterConfig
- type Deletefunction
- type Environment
- type Getfunction
- type Lambda
- func (lambda *Lambda) CallFunction(request interface{}) (resp interface{}, err error)
- func (lambda *Lambda) CreateFunction(request interface{}) (resp interface{}, err error)
- func (lambda *Lambda) DeleteFunction(request interface{}) (resp interface{}, err error)
- func (lambda *Lambda) GetFunction(request interface{}) (resp interface{}, err error)
- func (lambda *Lambda) ListFunction(request interface{}) (resp interface{}, err error)
- type Listfunction
- type Tags
- type TracingConfig
- type Variables
- type VpcConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreparePostrequest ¶
func Preparedeletefnrequest ¶
func Preparegetfnrequest ¶
Types ¶
type Code ¶
type Code struct {
// contains filtered or unexported fields
}
Code struct represents CreateFunction parameters.
type Createfunction ¶
type Createfunction struct {
// contains filtered or unexported fields
}
CreateFunction struct represents aws serverless Create function.
type DeadLetterConfig ¶
type DeadLetterConfig struct {
// contains filtered or unexported fields
}
DeadLetterConfig struct represents CreateFunction parameters.
type Deletefunction ¶
Deletefunction struct represents aws serverless Delete function.
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
Environment struct represents CreateFunction parameters.
type Getfunction ¶
Getfunction struct represents aws serverless Get function.
type Lambda ¶
type Lambda struct { }
Lambda struct reperesnts aws serverless service.
func (*Lambda) CallFunction ¶
CallFunction call lambda function.
func (*Lambda) CreateFunction ¶
CreateFunction Create lambda function.
func (*Lambda) DeleteFunction ¶
DeleteFunction delete lambda function.
func (*Lambda) GetFunction ¶
GetFunction describe lambda function.
func (*Lambda) ListFunction ¶
ListFunction list lambda function.
type Listfunction ¶
type Listfunction struct {
// contains filtered or unexported fields
}
Listfunction struct represents aws serverless List function.
type Tags ¶
type Tags struct {
String string `json:"string"`
}
Tags struct represents CreateFunction parameters.
type TracingConfig ¶
type TracingConfig struct {
// contains filtered or unexported fields
}
TracingConfig struct represents CreateFunction parameters.