Henrik Hall

Results 35 comments of Henrik Hall

Came here to suggest this and found this. A different language is perhaps exaggerating a bit. All that's needed is to enable the plugin for everything under `resources:` in files...

@shalupov Any chance you might consider this? This is not about supporting a new language, only about _how the current file is recognized as containing CloudFormation code_. I have no...

@sgarner Thanks for your input! I'll give that a new try, I recall having some issues with the extracted file approach when I wrote the above, but if it works...

Thanks! Those are some valid concerns, and I agree. If there's no default value set, how to handle that opens up questions. However, I'd claim that a very important and...

I'd love to contribute if I find the time. Thanks for the analysis so far!

@fishcharlie Well, I used the term "JSON date" loosely, as strictly speaking JSON does not define date formats. I'm referring to a RFC3339 date such as `2021-03-26T12:00:27Z` as per https://tools.ietf.org/html/rfc3339#page-8,...

@fishcharlie It doesn't make a lot of sense? Really? ISO8601 / RFC3339 dates are extremely common in all kinds of stored structures. It combines human readability with the ability to...

I'd say there could be any reason for choosing ISO 8601 dates when modeling your data, simplified data exploration is just one that came to mind. I've spent countless hours...

This module uses [`dynamodb-localhost`](https://github.com/99x/dynamodb-localhost) to start the DynamoDB local Java program. I created an issue for adding support for dockerized DynamoDB, which resolves the problem: https://github.com/99x/dynamodb-localhost/issues/63 I also posted an...

@VirtualVirtuoso It's a shame this pair of PRs seem to have got stuck. All that's needed is that `dynamodb-localhost` @0.0.10 is published so that I - or a maintainer -...