-
- [ ] Fix db writes to add a new field for searching with case-insensitive queries, and change the dynamo db searches to search on that field
- [ ] Replace all `table.scan` operations with either a Dy…
-
### Feature Description
I am adding the ability to attach images (and hopefully non images) to my app, in which some of this data will be confidential so public URLs won't work. The issue I am runnin…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
If we import or fork a json with dynamo datasource, and the import of this file times out, when we…
btsgh updated
3 months ago
-
I have a serverless framework and dynamo db in my local. I am trying to seed data . When i do 'sls offline start', seed data is getting inserted into my local dynamo db. but when i deploy it to aws us…
-
###### Which version and edition of Flyway are you using?
All versions. Using flyway 9.5.1
Is there plans to provide support for Drivers that do not follow the JDBC specification? I understand …
-
`
```
type UserDetails struct {
UserHash string `dynamodbav:"uid,hash"`
CreationTime time.Time `dynamodbav:"creation_time`
IP string …
-
-
iam new in C language. i used aws_dynamo library for amazon dynamo db communication. i successfully created a table using using aws_dynamo library.
Resultent table like this
## timestamp | name
1…
-
according to this https://docs.screwdriver.cd/cluster-management/kubernetes
It seems screwdrivers requires dynamo db, as i want to deploy it in GCP is it possible to not use dynamo db?
-
In my app I have 3 main layers:
- Presentation layer - which includes: activities, fragments, dialogs etc..
- Dynamo layer - which has all dynamos and the dynamo manager
- DB layer - which communicate…