aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-github-lambda
Commit message (Collapse)AuthorAgeFilesLines
* github-lambda: do not override index.html if existsRafael G. Martins2017-05-011-1/+3
|
* github-lambda: added blogc version informationRafael G. Martins2017-03-221-0/+3
|
* make: all builds are "production" by default, enable "dev" on cli.Rafael G. Martins2017-03-111-1/+1
| | | | | | this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds.
* make: add support to "production" buildsRafael G. Martins2017-03-071-1/+2
| | | | this is used by blogc-github-lambda and blogc-git-receiver.
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* github-lambda: handle multiple recordsRafael G. Martins2017-02-071-2/+10
|
* github-lambda: always upload files with real file namesRafael G. Martins2017-01-031-14/+27
| | | | | | | even if we are translating some file names, for example to use a .xml file as directory index, we still need to upload the file to the real filename, to avoid automatically generated atom feeds produced by blogc-make pointing to wrong urls.
* make: rename settings.ini to blogcfileRafael G. Martins2017-01-011-3/+3
|
* github-lambda: blogc-make: integrateRafael G. Martins2016-12-271-7/+21
|
* github-lambda: drop external dependenciesRafael G. Martins2016-12-271-15/+3
|
* github-lambda: do not use "file" as variableRafael G. Martins2016-12-141-22/+23
|
* github-lambda: initialize variableRafael G. Martins2016-12-141-0/+1
|
* github-lambda: random fixes; allow users to push to any bucketRafael G. Martins2016-12-141-25/+27
| | | | | previously it was only possible to push to a bucket name exactly like the GitHub repository.
* github-lambda: improve handling of busybox symlinksRafael G. Martins2016-12-141-4/+14
|
* 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