Corey Cole
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,...
### 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...
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...
### 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...
## 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...
### 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...
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.