Richard Simpson

Results 183 comments of Richard Simpson

Looks awesome! Bit late, but let me know if yah need any help.

I'm as a novice to the code base as you :). But from what I've seen so far, constants have been kept close to the most relevant place they're used....

Also ran into this. Was able to work around it `KUBECONFIG`, but that has the exact issue stated above where I can no longer re-create my cluster as it depends...

You can use the SLN file, but I think the standard way to specify the build version is the [global.json](https://docs.microsoft.com/en-us/dotnet/core/tools/global-json). Even just supporting the `version` only for now would work,...

> Would it also generate the code needed for manual invocation via Lambda Test Tool? > > ```cs > public static async Task Main() > { > var func =...

I mentioned this in #120, but I'm personally very much in favor of breaking ECS down into it's component parts for monitoring and not trying to work with the L2/L3...

Wanted to pipe in my two cents and support this. While it's nice to have the high level combined patterns, my expectation is it's ultimately instrumenting the primitives and underlying...

[C#8 now provides `Asynchronous Streams`](https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/generate-consume-asynchronous-stream) which may be an even more natural fit for this, though you'd only be able to expose it to .Net Standard 2.1 & .Net Core...

@tizmagik Would you still be game to take a PR on this? I might be interested.

Worth noting that as of `2.20.0` and [1.152.0](https://github.com/aws/aws-cdk/releases/tag/v1.152.0), this now exists in preview form! [Only some docs](https://github.com/aws/aws-cdk/tree/master/packages/aws-cdk#cdk-import) at the moment.