elruwen
elruwen
**Is your feature request related to a problem? Please describe.** At the moment (2022-03-21) AMIs are released not very frequently. This means they are behind with security patches (see https://alas.aws.amazon.com/alas2.html),...
Hi! When I use `aws cloudformation register-type --type-name My::Resource::Test --schema-handler-package ...` then the type-name needs to match the name in the schema handler package. While that is useful to find...
Aloha! We have occasionally Threads stuck. All the thread dumps show the following: ``` "Sender Heartbeat 1" prio=10 tid=0x00007f0b50feb800 nid=0x7fa in Object.wait() [0x00007f0b849e2000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native...
### Expected Behavior Given the following short example: ```typescript import {Construct} from "constructs"; import {App, Fn, TerraformStack} from "cdktf"; import {File} from "@cdktf/provider-local/lib/file"; import {LocalProvider} from "@cdktf/provider-local/lib/provider"; class MyStack extends...
**Is your feature request related to a problem? Please describe.** I got a set of agents which are running for a while. After some point, the disk space health check...
Hi! We noticed it doesn't work under all circumstances, we haven't figured out why exactly. But when I had a look at what aws cloudformation deploy does, I noticed that...
Moin! Currently I can put a `environment` hook into S3. I would like to have support for the pre-exit hook. I had a look at the code. How about introducing...
Hi! I would like to be able to suppress the `The repository "git@XXX" appears to use SSH for transport, but the elastic-ci-stack-s3-secrets-hooks plugin did not find any SSH keys in...
Currently the SMPP server can listen on one port. This means that you can either listen with SSL or without. This PR allows the user to listen on an unencrypted...
I hope to fix https://github.com/twitter/cloudhopper-smpp/issues/117 with this pull request. I was never able to reproduce the issue in our test environment. In the end I put my change on some...