Florian Sellmayr
Florian Sellmayr
Example of different ways to get identity from different types of events: https://github.com/wcurrie/aws-iam-permissions-by-role/blob/master/group_by_arn.py#L41
Complete documentation: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html
Hey @gordonbondon, good start! One thing I noticed: There seems to be something odd going on with the PrismJS stuff and the underlying textbox. I can see the red spellcheck...
Hi @be-rock, thanks for raising this, I've reproduced the issue, looks like this is happening if you don't have a default region set (this is to be expected on an...
Reopening this to find a more permanent fix for this (and make the workaround easier to find for others)
For those running into the issue and finding this issue - there's now a PR to fix this (#1441) but you might need to fix this yourself if you have...
Hi @Almenon, thanks for the feedback! Unfortunately, I'm not spending a lot of time on trailscraper these days so not promising to get to implementing this soon. However, I'm always...
[Here's](https://github.com/flosell/lambdacd/blob/9faeda2a3d7aebc7639dc4ae9f11641fcf9c4d5e/src/cljs/lambdacd/output.cljs#L54) how the lambdacd-core UI solves this. Essentially, it enables auto-scrolling only if the user scrolled to the bottom. It's a simplified version of what [Jenkins does](https://github.com/jenkinsci/jenkins/blob/b4095bc4b6c62023a2029e5e2faef8ad0e3a4252/war/src/main/webapp/scripts/hudson-behavior.js#L1388)
@nmarquesantos thanks for raising this! I'm also very much interested in keeping this project maintained and improved (but haven't had a lot of time lately myself). Instead of forking, maybe...
FYI, since 0.13.0 LambdaCD supports build-level metadata that could be used for exactly this purpose. See the [wiki](https://github.com/flosell/lambdacd/wiki/Build%20Metadata) and flosell/lambdacd#138. Metadata on a per-step level is planned but not yet...