Jan Brauer

Results 15 comments of Jan Brauer

The released version doesn't work as well: ``` ./apotiki: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./apotiki) ```

Sure. Can I just 'delete' the null check?

Hm, can't get it to work because of `region: reg`. It seems the AWS region is set to an invalid one on purpose. If I just remove the null check...

Ok, the problem is as follows. - Tests depend on the check [here](https://github.com/prometheus/cloudwatch_exporter/blame/master/src/main/java/io/prometheus/cloudwatch/CloudWatchCollector.java#L117) - We can't reconfigure the 'role_arn' if it changed because the client doesn't expose the credentials provider...

I have exactly the same problem. But I can't figure where exactly you changed the configuration? @rehanvdm did you do this in the web hook on the GitHub side?

Figured it out, my case is different. Because we are using batch builds, the actual builds will always have `sourceVersion` with a resolved version while the triggering build will still...

Hm, I'm not aware of any Lambda functions that use the runtime NodeJS as part of the superwerker template. We only have Python functions.

Current state is: ``` { "errorType": "AWSOrganizationsNotInUseException", "errorMessage": "Your account is not a member of an organization.", "code": "AWSOrganizationsNotInUseException", "message": "Your account is not a member of an organization.", "time":...

You are correct, there seems to be one huge line among all others.

What does it take to get one of the PRs merged?