Does anyone know how effective the Dynogels
component would be at helping to prevent a NO SQL injection attack going through to a Dynamo DB back-end?
Asked
Active
Viewed 172 times
0

shahaf
- 4,750
- 2
- 29
- 32

CodeMonkey
- 25
- 3
-
Why don't you just use `ExpressionAttributeValues` as shown here? https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SQLtoNoSQL.ReadData.Query.html – Bill Karwin Oct 08 '19 at 16:46
-
that looks very interesting, will give that a look over. Thanks. – CodeMonkey Oct 09 '19 at 10:13