kaorimatz

Results 4 issues of kaorimatz

When --require-passphrase or --no-require-passphrase is specified, envchain prints the value of the prompt selector flag: ``` $ envchain -s --require-passphrase foo FOO foo.FOO: foo 0 101 ``` I assumed this...

I would like to support subscribing a topic in a different region from the SQS queue. I came up with a few options: 1. Select a region from all regions...

Sidecars referenced by `depends_on` from the specified containers have to be run along with them when running `hako oneshot`, otherwise a RegisterTaskDefinition API call fails with something along the lines...

This adds a new parameter called firelens_configuration, which maps to [ContainerDefinition's firelensConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-firelensConfiguration), to the container definition. References: - [ContainerDefinition](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-firelensConfiguration) - [FirelensConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_FirelensConfiguration.html) - [Custom Log Routing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html)