Satoshi Kita
Satoshi Kita
@n1cklarosa I can't reproduce myself but would like to do some research. According to your `package.lock` file, what versions for `aws/aws-sdk-php` and `kitar/larvel-dynamodb` are installed? Also, let me know what...
@webpn Sorry for the late response. There might be some missing env variables or IAM configs, but I can't reproduce the exact same error. Can you try to see what...
@lucasgiovanny Thanks for reporting! It looks like I should re-open this issue. However, I'm still having trouble reproducing it. If possible, can I look into your whole application code that...
@lucasgiovanny Thanks for debugging! Can you see what happens if you add a protocol to your `DYNAMODB_ENDPOINT`? (eg. `https://dynamodb.us-east-1.amazonaws.com`) If it works, we could consider adding a default protocol if...
@lucasgiovanny Good to hear, and thanks for the PR! I'll merge it soon :)
@localpathcomp Hi! Thank you for the report :) I've tried following steps, but it seems I can't reproduce the problem. 1. Define the model with a `created` event. ```php namespace...
Thanks for sharing! The code looks interesting. However, I can't reproduce the problem yet. Let me clarify a few things. - Are you using multiple DB connections? (eg. your default...
@localpath Sorry for the late reply. Thanks for the information and you were indeed right. However, there are several issues involved that make it difficult to resolve immediately. Please pass...
@marvinosswald Thanks for the idea! This is interesting. Could you share more details of `SingleTableModel` and usage of the given models? At this time, I’m overriding the `find()` method to...
Looks amazing! Thank you for start working on this. I’ll try your code as well.