Support
Write to dynamo@pixeldunord.com — include your platform (iOS/Android), the app version (About screen) and what you were doing. We usually answer within a couple of business days.
Frequently asked
Are my AWS keys safe?
They are stored encrypted by the operating system (iOS Keychain / Android Keystore) and only leave the device as request signatures sent directly to AWS. See the privacy policy.
Which permissions should my IAM user have?
Whatever you want the app to be able to do — read-only (dynamodb:Scan, Query, DescribeTable, ListTables) is enough for
browsing. Item editing needs PutItem/DeleteItem; table
administration needs the corresponding CreateTable/UpdateTable/ DeleteTable permissions. The app degrades gracefully: actions your credentials
can't perform simply fail with the AWS error message.
How do I restore my Pro purchase?
Open the paywall from any Pro feature and tap Restore purchases with the same Apple Account / Google account used to buy.
Does it work with DynamoDB Local?
Yes — set a custom endpoint (e.g. http://192.168.1.10:8000) when creating the
account profile.
How do I delete my data?
The app stores data only on your device. Deleting the app removes the stored credentials and settings. We hold nothing on servers — there is nothing else to delete.