summaryrefslogtreecommitdiff
path: root/stacks
Commit message (Collapse)AuthorAge
* blog: use the ARN for lambda function versionKenny Ballou2019-06-12
| | | | | | | | Attempt to automatically use the correct version each deployment instead of working around the current bug where each changeset requires a manual fix to the CloudFront distribution to use the correct lambda version. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* blog: update lambda runtimeKenny Ballou2019-06-12
| | | | | | | AWS is deprecating the `nodejs6.10` runtime, update to the next stable release. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* set default cache TTL to 1 hourKenny Ballou2018-10-19
| | | | | | | I would like to deploy things within an hour. Waiting a day is sometimes tedious. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Update and reformat whitelistKenny Ballou2018-08-20
| | | | | | Add `.ico`, `.ogg`, and `.asc` files to the whitelist. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Add cloudformation templates and toolingKenny Ballou2018-08-19
Blag will be managed using cloudfront/S3/lambdaedge, specified via cloudformation. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>