ferschubert-hm
ferschubert-hm
@Japh had the same issue today. Could fix it by using the Desktop application type.
Let's see if I can fix it... Could reproduce it and get a 502 with `https://terraform-app-stack.aws.humansmadeus.com/tachyon/2022/07/central-perk.png?resize=100,200&crop_strategy=omg` So crop_strategy should be one of the accepted parameters as well resize values cannot...
We have a lot of vulnerabilities and deprecated warnings: ``` npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN...
In fact the error is thrown for the `module.exports.resizeBuffer = async function(buffer, args, callback) {` function, not resize itself, nevertheless there are some params in resize that can throw a...
Could reproduce it, if you do not specify one of the 4 params for crop it fails, or if you specifiy a non-int value. ``` Invoke Error { "errorType": "Error",...
I have managed to upgrade it thanks to this issue and several hours of troubleshooting. In short: - Add to `aws_db_parameter_group` and `aws_rds_cluster_parameter_group` ``` lifecycle { create_before_destroy = true }...
Issue is still present, fix in PR worked for me. Could it be merged to master? Thanks! And great script!
@rmccue just confirming can this be skipped from release? Or must be fixed?
Any ETA for this feature? Highly appreciate any feedback.
Relevant but not critical. With our current setup it would only be relevant for ECS tasks. With the task ID we could easily track which log stream was affected.