Stuart Sandine
Stuart Sandine
Great book, thanks for writing it! I think there's a bug in the merge method in the VectorClock example; as-is the result of the concatenation will be something like: ```...
The [docs](https://github.com/nzoschke/gofaas/blob/master/docs/lambda-at-edge-oauth.md#aws-config) about private static websites show a bucket configuration that implies usage of the website endpoint (`WebsiteConfiguration`): ```yaml Resources: WebBucket: Properties: BucketName: !Ref WebDomainName WebsiteConfiguration: ErrorDocument: 404.html IndexDocument: index.html...
Going back to this comment: https://github.com/speedskater/babel-plugin-rewire/issues/109#issuecomment-202531181 > @joshnuss You are right, rewiring a dependency which is not used or does not exist causes an error at the moment. I think...