Matt Weagle
Matt Weagle
Thoughts on extending the [Resource interface type](https://github.com/awslabs/goformation/blob/9ecf3fc3d62e4a9ef9ab37ff0bdfa78793431f16/cloudformation/template.go#L25) to support all the [Resource Attribute Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-product-attribute-reference.html) properties? It does collide with the type-specific `SetDependsOn` function return, but would make working with the...
Per the [README](https://github.com/sirupsen/logrus/blob/master/README.md): > Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. > > Logrus is in maintenance-mode. We will not be...
Reported via Slack that building on a Pixel generates a runtime error: ``` fork/exec /var/task/Sparta.lambda.amd64: permission denied: PathError null ```
Ref: https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html
Provide sample [API Gateway Model](https://docs.aws.amazon.com/apigateway/latest/developerguide/example-photos.html#example-photos-input-model) examples
Sparta currently uses https://github.com/mweagle/go-cloudformation for CloudFormation marshalling. Evaluate whether there are benefits to migrating to https://github.com/awslabs/goformation, pending feature parity. This is a reminder entry. Last checked: 1/1/2018
[Mermaid](https://mermaidjs.github.io) rendering is broken again on the [documentation](https://gosparta.io/reference/interceptors/) site. Consider replacing it with something more stable, despite the fact that the theme claims to [support it](https://learn.netlify.com/en/shortcodes/mermaid/).
There are some fixes/changes that will introduce API breaking changes and I'd like to do them all at once: - https://github.com/mweagle/Sparta/issues/97 - https://github.com/mweagle/Sparta/issues/82 - https://github.com/mweagle/Sparta/issues/80 - Migration to `go` modules?...
Replace all references to `context map[string]interface{}` with proper [context.Context](https://golang.org/pkg/context/#Context).
Ref: https://aws.amazon.com/blogs/developer/aws-sdk-for-go-2-0-developer-preview/