Gonzalo Saad

Results 10 comments of Gonzalo Saad

Hello! Can we merge this! It would be good to have this live!

Hello! Is it possible to contribute to this issue? If so, do you have any contributing guidelines?

Right! I did the same as a workaround, I created a "fake" consumer just to make the lib create the DLQ. I wonder why you needed to make code changes...

I happen to have the same problem. I have both unit and feature tests. if they cannot live together, how do you think is the best way to handle both...

I manage to make this by having both libraries included in my `requirements.txt` and depending the test I call I exclude one or the other. When running `unit` tests, I...

Just encountered the same issue. I have the following: ``` Resources: RDS: Type: "AWS::RDS::DBInstance" ... ``` Then, to get the endpoint and the port: ``` dbEndpoint: "Fn::GetAtt": - RDS -...

Hello. I've been checking this today, with the same approach that you have. The only thing I changed is the name of the property on `application.properties` file and the way...

Hey. I've been using the approach I wrote a year ago. For me it works pretty good. I have several lambdas on a project with that. https://github.com/uvsy-aws-backend/java-dynamo-client/blob/e03cc850d5495de991f51bb5475114015b656eb3/src/main/java/com/universy/dynamo/mappercreators/DynamoDBAccess.java#L19 That's the main...

Do you want to share some code? We can give it a try!

Alright. Good to hear that worked! Anyways, I believe with that workaround you can keep using it!