aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-github-lambda
Commit message (Collapse)AuthorAgeFilesLines
* lambda: add more dependenciesRafael G. Martins2016-12-131-2/+6
|
* github-lambda: removed unused importRafael G. Martins2016-12-121-1/+0
|
* github-lambda: fix directory index and allow to override content-typeRafael G. Martins2016-12-091-9/+34
| | | | | | | | this patch allows users to use files like `index.xml` as directory index, by renaming it to `index.html`, because Amazon S3 only allows one file name as directory index. it also allows users to override the automatically guessed content-type with something else, e.g. to force a charset.
* github-lambda: initial implementation of AWS Lambda functionRafael G. Martins2016-12-071-0/+127