Versions in this module Expand all Collapse all v0 v0.0.2 Dec 20, 2015 v0.0.1 Dec 19, 2015 Changes in this version + var ErrUnchanged = errors.New("function: unchanged") + type Config struct + Description string + Memory int64 + Name string + Role string + Runtime string + Timeout int64 + type Function struct + Path string + Service lambdaiface.LambdaAPI + func (f *Function) Create(zip []byte) error + func (f *Function) Deploy() error + func (f *Function) Info() (*lambda.GetFunctionOutput, error) + func (f *Function) Open() error + func (f *Function) Request(event, context interface{}) (reply, logs io.Reader, err error) + func (f *Function) Update(zip []byte) error + func (f *Function) Zip() (io.Reader, error) + func (f *Function) ZipBytes() ([]byte, error) + type InvokeError struct + Handled bool + Message string + Stack []string + Type string + func (e *InvokeError) Error() string