Alvaro López

Results 14 comments of Alvaro López

I have this issue as well. Any UpdateItem operation duplicates the item and then just the db stops working. I can literally replicate it with a single table. ``` MyOwnTable:...

I just found out something interesting. I downloaded NoSQL Workbench from Amazon and tried it again. I get the same thing. I think we can safely assume that this doesn't...

I added noStart:true for serverless-dynamodb-local, and decided to stand up my own Dockerized Local DynamoDB. It works. It does seem there's an issue on how serverless-dynamodb-local or dynamodb-localhost work. @AugustoQueiroz...

I think I managed to isolate the culprit to the option: -optimizeDbBeforeStartup...

I tried @Dona278's solution but now my recyclerview is completely empty. Any ideas? Debugging execution, I noticed that after onCreateGhostHeaderViewHolder, no onCreateItemViewHolder is being called. I have a NestedScrollView, and...

Any news on this? I still see this happening, at least for removing an authorizer for a function... Deploy X function with Y authorizer -- works Removing Y authorizer from...

I can issue a PR if you guys want!

Can you check this one? https://github.com/palantir/docker-compose-rule/issues/219 I had the same issue but adding those two system variables worked.

Dang. It works for me using git-bash/docker machine. Is that your own setup?

After digging a lot, I found this example. https://github.com/dherault/serverless-offline/blob/abc134ab2aaccd5d6d9285ebbabcce4acace7352/tests/integration/custom-authentication/serverless.yml This works in my particular case since I don't have control over the authorizer I use in production, however, I know...