Dave Meehan

Results 33 comments of Dave Meehan

The `sourceFile` is passed to the `NodeJsFunction` constructor as the entry file, with the exported lambda name as the entry point (potentially multiple times for each defined Lambda. This means...

I realised that I should probably be using `Promise.all` (if I was writing typescript) but this produces an error: ``` const migratedItems = await Promise.all(await asl.map({ items: scanResult.Items, iterator: async...

Part of the problem here is incomplete implementation of the Table resource. There is schema support for partition keys, but it should also allow for dimension and measure values, which...