Corey Cole

Results 22 issues of Corey Cole

*Issue #, if available:* 241 *Description of changes:* Rules for checking CloudFormation parameter overrides. See [AWS CLIv2 docs](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/deploy/index.html) for more details. --- *By submitting this pull request, I confirm that...

**Describe the example rules** The rules check that a set of CloudFormation parameter overrides conform to the new (v2) JSON format for parameters. If a parameter value contains an ARN,...

needs-triage

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

documentation
upstream-aws

It would be helpful to read the lockfile from STDIN. For the Python use case, that would enable something like this: ``` python -m pip freeze -r requirements.txt | osv-scanner...

enhancement
good first issue

### Describe the bug When calling `filter(...)` with a value for `MaxKeys` under the limit of 1000, the response includes more items than requested. ### Expected Behavior The documentation for...

bug
s3
resources
p3

## Problem After opening a CloudFormation template in AppComposer, I find that all my inline comments have been wiped out and the document has be reformatted to remove any line...

feature-request
appcomposer

### Describe the issue The documentation states: ``` MaxItems (integer) – The total number of items to return. If the total number of items available is more than the value...

documentation
needs-review
pagination
p2

The initial `template.yml` generated at the root of the project has `CodeUri: build/`. Executing `sam build` results in a no-op obscured by a stack trace: ``` Skipping copy operation since...

Two enhancements in this PR: - Cluster Mode: Uses `redis-clustering` Gem to connect to cluster and auto discover nodes. - Memory Flag: Use the [memory usage](https://redis.io/commands/memory-usage/) command (Redis 4.0 and...

Updated dependencies to latest current to work with Ruby 3.x.