Constantine Peresypkin
Constantine Peresypkin
@rdettai response streaming is supported with NodeJS runtime only, according to your link. :) And upping the size from 6MB to 20MB looks hilarious.
"Returning" from SQS doesn't "put message back" that's not how SQL-Lambda integration works. To re-queue message you will need to call `boto3` with the specific SQS handling you want. `return`...
This project was understaffed since the inception. I've forked it in 2021 to have at least some features merged, unfortunately, that code was closed source. It looks like nothing changed....
@bobcolner unfortunately copilot is even worse, and less documentation
Namespace discrepancy between `Gateway` and `HttpRoute`. eh Why not print a log line on that?
Unfortunately there are problems with older nodejs versions. Because the class mangling in these parts is insane. I will try to make it work.
Yup, shouldn't be hard to do. Fast skimming over PG source tells me that nothing changed yet. Only PG16_BETA introduces some totally different internal APIs here (will need to be...
@bryantbiggs It's resolved how? Example: ```hcl module "eks_blueprints_addons" { source = "aws-ia/eks-blueprints-addons/aws" version = "~> 1.0" cluster_name = module.eks.cluster_name cluster_endpoint = module.eks.cluster_endpoint cluster_version = module.eks.cluster_version oidc_provider_arn = module.eks.oidc_provider_arn eks_addons =...
Year passed, still totally unusable. Nice!
Seems like it's totally broken. All streams kv and other js operations are timing out...