Cesar Alvernaz
Cesar Alvernaz
Good point, the changes are additive mainly not really changing previous behavior, nevertheless maybe to big for a patch. Moreover, there is a companion PR in the PRO version
> * accept that Patch only works for properties that are already there (which is the way it works now, and I think is simple and predictable), and find a...
Hi @slee106, thanks for reporting this! We happen to have a similar example in our repositories using the `aws_lambda_permission` that works properly in the latest localstack version. Do you mind...
Hi @slee106, thanks for following up. There's no need to open a new issue, we can work from here!
Hi @slee106 I don't see the same error as you do! I created a very basic [example](https://github.com/localstack/localstack-terraform-samples/tree/master/cognito-group-example), could you perhaps add anything to it, that makes it reproducible in our...
Hi @slee106, I'm looking into this issue and while trying to reproduce it I saw this error in localstack, ``` DEBUG:localstack_ext.bootstrap.state_utils: Unable to read pickled persistence file /localstack/data/api_states/000000000000/iam/static/backend_state: Ran out...
Hi, @jwerle, @michelezamuner I was able to get the file doing the following steps: `curl -X POST -i https://bitbucket.org/site/oauth2/access_token?redirect_uri=http://whatever -d grant_type=client_credentials -u key:secret` I had to previously generate the key...
Hi @slaff thanks for the quick response, but so I totally understand, in those code bits I only see the use of the private key and the certificate and no...
Thanks @bblommers, I might give it a whirl! Do you have any tips or similar work how this can be achieved?
Hi, I have the same issue since i migrate to `go111` I also tried this: 1. `go build -gcflags "all=-N -l" github.com/user/project` 2. ./project 3. `dlv attach --headless=true --listen=:2345 --api-version=2...