Jeffrey Starker
Jeffrey Starker
Any word on getting in? As it stands right now the submanager functionality is broken because the `__call__` function on the Manager doesn't allow sub managers to override the app...
As a workaround, you can simply just call `docker-compose config` [command](https://docs.docker.com/compose/reference/config/), so you could do something like: ``` docker-compose -f docker-compose.yml -f docker-compose.sandbox.yml config | container-transform -q -o ```
Is there a way to provide the CIDR in the configuration? For private VPCs, we will need to run the EKS VPC endpoint. We didn't need to have this previously...
Yes, correct. It is generating the checksum of the file that you are uploading to S3 so that S3 can verify the integrity of the file. The reason why we...
Is there a way to define the ordering of such packages. There is another example of `jmespath` and `jmespath_community`. The first one is used by `boto` and other tools but...
I think to unblock ourselves, we are just using a one liner to re-install `jmespath-community` after the initial install of our requirements. We can also drop `jmespath` but we use...
Thank you for being responsive. This helps us greatly.