Emmanuel

Results 21 comments of Emmanuel

Not only do they expose sensitive information, but inactive/undeleted tasks clutter the AWS resource count. It can make it hard to use Tag editor. That blue line is only because...

@janpio You'll find that nearly every DB client software/module/package/lib has `user`, `password`, `port` and `host` as individual props and this is for a very good reason. Many automated systems rotate...

Facing the same issues above, I just decided to write custom bash functions to do prompts properly: ```bash # write to parameter store chamber_write_to_ssm() { export CHAMBER_KMS_KEY_ALIAS=aws/ssm local service_name=$1 local...

Is there any progress on this issue? Still running into this on `[email protected]` -- this is very easy to reproduce. The split string is not correctly added to the template

Is there any progress on this issue? This is also affecting our CFN stacks with custom resources

Hi, is there any movement on this? Our deployments (with custom resources) are failing for the exact same issue. In my case they fail regardless of the value of `install_latest_aws_sdk`...

Thank you @glitchassassin -- if there is anything I can do to help move this along just link me to the slack discussion (I'm also in that slack group)

Hi @mrgrain Sure let me look into it. I have been running some tests with projen so I guess this would fit in nicely as well. I'll try to knock...

This has been added in #26 via [github-actions-workflow-ts-lib](https://www.npmjs.com/package/github-actions-workflow-ts-lib) which is zero dependency version of this library. In this scenario however, the object is obtained via ```ts const exampleWorkflow = new...

@ardatan Can you provide more context into the `node-libcurl` and node v20 issue?