hugo-lambda icon indicating copy to clipboard operation
hugo-lambda copied to clipboard

Use AWS Lambda to run the Hugo static site generator

Results 10 hugo-lambda issues
Sort by recently updated
recently updated
newest added

The static files located in the root of the project under the "static" directory, as well as the static directory that is part of a theme are not being copied...

In the Quick Start section of the readme documentation are the following steps: Replace "input.rsb.io" with your input bucket in generate/config.yml Replace "rsb.io" with your own domain in template.yml This...

Big thanks for contributing this project. I haven't set it up yet and I'm already a big fan. I looked over the lambda logic, and I have a question /...

Obviously, saying "hey, run this stack" isn't all that confidence-inspiring, so it might be good to give a policy that restricts the stack permissions to some minimum.

The AWS::Lambda::Function resource can't set an event handler on the function itself. Maybe a [Lambda Custom Resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/walkthrough-custom-resources-lambda-lookup-amiids.html) would be able to do it.

Adding a gateway endpoint would make it really easy to kick off rebuilds, instead of needing a Kappa call.

CloudFormation now has a [Lambda Function](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html) and [Lambda Code](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html) resource, which can replace much of the Makefile and use of Kappa.

Integrate [identity federation](http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/browser-configuring-wif.html) with an in-browser markdown editor to make it easy to add posts straight from the site w/ the [SDK](http://modernweb.com/2014/04/28/using-the-aws-javascript-sdk-in-the-browser/).