Dave Connell
Dave Connell
Hello both - thanks for the feedback. I fixed the CDK deployment while first exploring the project to get going - the second commit is naive on my part. I've...
I've started playing around with this on a branch, with a bit of a combo of both: make botocove when executed directly present a CLI that can collect and run...
Sure - sounds helpful! Should be simple enough to just add a line below and update the typed dict if you want to put a PR up? https://github.com/connelldave/botocove/blob/c0e8ff0c4bb9ba25057d7dd24c976b15d16251c7/botocove/cove_session.py#L55 I can't...
Hint taken :) We can get that merged tomorrow - some quick feedback/q's
I see where you're coming from, but not sure this is really worth worrying about - I'd rather not break backwards compatability by removing output, I can't really imagine we'll...
If I understand the problem statement here (and it'd be useful to restate it as a user story: as an X I want to Y, today only Z) - "What...
> @alencar , thanks. When I have a moment I'll try to add support for `regions_per_account` to Botocove. You're also welcome to try it yourself if you don't want to...
Bumping as this caught me out today expecting valid JSON on stdout with -o. I've raised a PR with the simplest fix I could see :)
Hope you had a great Christmas and new year! I've been thinking about the wider future of this project - realistically, I think it's well placed as a library and...
> Alternatively, you could get the set of known regions by called EC2's DescribeRegions API. There is even an example of this in the README. It would require extra permissions...