Results 13 issues of Steven Brice

When passing a name through `targetFilename` it might be helpful to append the correct file extension or use some other placeholders. I'll attach a PR with an example. Examples: %uploader.folder%file01%file.ext%...

There should be way to change the default random characters from 16

When using side left or side right the timeline should use the full width that it has available

`MAX_BATCH_SIZE_COUNT` should be allowed to be customized with the other options. I need to be able to send ~400 log entries per second of a small amount of data (~50kb).

enhancement

Running on Amazon Linux AMI ``` (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral. ... (node) warning: Recursive...

Currently YARM supports displaying as `warning`, `full table`, and `hidden`. When you enable the summary, you'll only see the relevant summary based on that mode. I typically play with full...

enhancement

There seems to be 2 issues with syntax highlighting. The first is an apostrophe in the JSP comments and the second is caused by an unknown reason. Comment Apostrophe: ![screen...

### Describe the feature In the CDK there are 2 constructs for CloudFront (`WebDistribution` and `Distribution`). The `WebDistribution` was updated ([ref](https://github.com/aws/aws-cdk/pull/19839)) to support `trustedSigners` along with `trustedKeyGroups`, but the `Distribution`...

feature-request
@aws-cdk/aws-cloudfront
needs-triage