Stefano Vozza
Stefano Vozza
**Is your feature request related to a problem? Please describe.** In Haskell the Reader monad has a function called `local` that let's you to temporarily modify the environment used by...
**Is your feature request related to a problem? Please describe.** It would be nice to be able to use the Fluture async library to work with the ReaderT monad. **Describe...
Currently every lambda function has an identical `stage.sh` file in ach lambda directly, as the number of lambda functions grows this will become much harder to maintain if it ever...
Looking at the CloudFormation for the mircroservices, I noticed that that it results in 6 IAM roles being created that all have identical permissions which span all the actions that...
I have a custom retry strategy that I am trying to test and I'm not sure if this is a bug or I'm just doing something wrong. I'm wondering if...
**Is your feature request related to a problem? Please describe.** Currently there is no way to this without writing raw GraphQL queries **Describe the feature you'd like to see implemented**...
After implementing the AWS Organization integration, there will be users who may have thousands of accounts in their org that will be imported by the discovery process. This greatly increases...
**Is your feature request related to a problem? Please describe.** It would help as a workaround to #351, allowing users to add resources to a diagram in smaller batches. **Describe...
It is absolutely trivial to use thew worker threads feature in Node with Highland. I'm not sure if this should be part of core but at the very least I...
Starting a sperate issue for this rather than resurrect a closed thread. In #402 we realised that some of the non-`consume` based functions need to be handled differently. The choices...