Graham Jenson

Results 15 issues of Graham Jenson

A template like ``` ... Resources: hello: Type: AWS::Serverless::Function Properties: ... Events: a: Type: DynamoDB Properties: StartingPosition: asd BatchSize: 1 Stream: db ``` If converted to YAML and back will...

**Describe the bug** We noticed that a lot of time was spent in the `_parse_shape` method making when querying large amounts of records for dynamo db. **Steps to reproduce** With...

enhancement
feature-request
needs-discussion
dynamodb
p3

The package easy_install was removed from the apt package as shown by this changelog https://launchpad.net/ubuntu/+source/python-setuptools/39.0.1-2 This breaks scripts like: https://github.com/awslabs/aws-cloudformation-templates/blob/b50886cb572604fa57fff0f628e1c7f3851b9a69/aws/solutions/HelperNonAmaznAmi/ubuntu16.04LTS_cfn-hup.template#L121

have the minimum_history_required value only count the suuplied actions in the configuration, as these are the only ones used for the calculation anyway

Query an ESM about its statistics, e.g. 1. Number of total Events 2. Number of total People 3. Number of total Things

This will allow a specific GER instance to point at a Read-Only PG Replica for scalability reasons

Write some Contributor documentation

This feature lets a server or client handle events with wildcards, e.g. ```go server.OnEvent("/", "*", func(s socketio.Conn, e socketio.EventRequest, msg interface{}) interface{} { ``` would handle all events in the...

``` rules_go = 0.22.1 gazelle = 0.20.0 bazel = 2.0.0 ``` ### Does this issue reproduce with the latest releases of all the above? yes ### What operating system and...

The makeUsage command is `private` it should be `protected` so that sub classes can call it. My usecase is that I have a subcommand that itself has subcommands, and if...