Benjamin Wallsten
Benjamin Wallsten
Just discovered this lib, and came across the same issue while attempting to parse a CSV stored in an S3 bucket. Upon console logging the returned S3 `getObject` response object,...
Didn't see this issue before, but possibly relevant: https://github.com/Tim-B/grunt-aws-lambda/issues/38
Absolutely, that makes sense. Was worth the effort. Would definitely recommend this as a feature request. Anything I need to do get that going? Here're the latest updates I've gathered:...
**Update from 09/18/19** I may have finally discovered the root of the problem: it seems that the way in which `expressionNames` are evaluated does not allow for a key to...
**SOLVED** I happened upon this [gem](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ExpressionAttributeNames.html#Expressions.ExpressionAttributeNames.AttributeNamesContainingDots) by accident, and it gave me the little bit extra I needed to find a workable solution with dynamic key names! Here's what the...
> Hi everybody, is there some update on this? @zahydo no update as far as I know, unfortunately. The workaround I mentioned above requires manually designing the dynamic key structure...