DefinitelyTyped/types/aws-lambda
austinried 1f68776226 AttributeValue "N" should be string (#22790)
AttributeValue's "N" is a string, not a number: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_streams_AttributeValue.html

This causes an incompatibility between this AttributeValue and the one in the AWS SDK types, which makes it impossible to use something like AWS.DynamoDB.Converter.unmarshall() for items in records on a DynamoDBStreamEvent.
2018-01-09 15:23:33 -08:00
..
aws-lambda-tests.ts AttributeValue "N" should be string (#22790) 2018-01-09 15:23:33 -08:00
index.d.ts AttributeValue "N" should be string (#22790) 2018-01-09 15:23:33 -08:00
tsconfig.json Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
tslint.json Ensure every package has a tslint.json (#21009) 2017-10-25 11:13:50 -07:00