package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Feb 7, 2016
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
create aws session with credentials
posts to our api endpoint
type LambdaResponse struct {
Success string `json:"successMessage"`
Error string `json:"errorMessage"`
Width int `json:"thumbWidth"`
Height int `json:"thumbHeight"`
}
the format of the lambda context response
type LambdaThumbnail struct {
Bucket string `json:"bucket"`
Filename string `json:"filename"`
Thumbnail string `json:"thumbnail"`
MaxWidth int `json:"max_width"`
MaxHeight int `json:"max_height"`
}
the format for the lambda thumbnail
Source Files
¶
Click to show internal directories.
Click to hide internal directories.