kettle icon indicating copy to clipboard operation
kettle copied to clipboard

Kettle is a lightweight object-dynamodb mapper for PHP.

Results 5 kettle issues
Sort by recently updated
recently updated
newest added

In dynamodb we can use page size, so with this package can I sent page size? ``` aws dynamodb query --table-name Movies \ --projection-expression "title" \ --key-condition-expression "#y = :yyyy"...

Is there anyway for Kettle to get the AWS credentials from environment variables like the iam or env vars?

These two conditions for filtering should not have any extra attributes sent with them. The build conditions can be changed to check for condition2 being present - this allows us...

@inouet Love the package, clean and follows good strict guidelines. But i am struggling to see why we limit data being returned unless it is defined in the schema. The...

Hi, Can you use this: https://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.DynamoDb.Marshaler.html $marshaler = new Marshaler(); return $marshaler->unmarshalItem($item); in "_formatResult " function for formatting array?