Ilya Sher
Ilya Sher
Eliminate the need to explicitly do `ns { ... }` in `require()`d files.
## The problem From a user: ``` for entry in zip(list1, list2){ url = entry[0] info = entry[1] echo("URL: ${url}") echo("info: ${info}") } ``` Assignment to `url` and `info` are...
In general, pattern matching of resources plus associated information and/or actions Example: start ec2 instance, ssh to it -> message about security group or network acl which doesn't allow the...
... and `F exception_specific_message(podf: ProcessOutputDecodeFail)` which would display the output (limited to X lines or characters)
Design architecture and API for Timeline Providers, pieces of code that will contribute items to the timeline ### Dumpster of Ideas * Process is not necessarily what you started, it...
Document all concurrency/parallelism related facilities in one place
https://github.com/aws-samples/multi-branch-cdk-pipelines/blob/dac457d22679e28435b2224b328ac858ce0fb0ea/initial-deploy.sh#L43