Wayne Robinson

Results 26 comments of Wayne Robinson

I'm just trying this out today and sadly this doesn't seem to be the case. `DocumentClient` doesn't seem to be part of https://github.com/aws/aws-sdk-js-v3 anymore and the API for `DynamoDB` in...

Would the easiest option in the meantime be to create a proxy for `DocumentClient`? I'll have some spare time over the next couple of weeks to see if I can...

Marshaling is present in the `@aws-sdk/util-dynamodb` module, if that helps.

Given the separate packages, could v2 and v3 coexist and the library auto-detect (or have a new mechanism for passing DDB for v3) which version is being used?

@rati-dzidziguri there's a few issues as mentioned in this thread that definitely increase the complexity on getting this implemented in this library however, I'm sure Jeremy would be happy to...

I've personally moved to using `serverless-webpack` directly with a config based off https://github.com/serverless-heaven/serverless-webpack/tree/master/examples/typescript

I'm not sure you can convert the `webpack.config` file to TyepScript as Webpack is the thing that ends up calling the TypeScript compiler.

I would suggest taking that exact sample, getting it to work and modifying it to suit your needs. Ultimately, when I look at any of our production TypeScript/Webpack configs these...

We don't use the `serverless-plugin-typescript` anymore, only `serverless-webpack` with that standard Webpack config to load/convert Typescript. And all our microservices are kept as close to the latest version of all...

The PDF, either as data or link to a URL.