Dave Kiss

Results 22 comments of Dave Kiss

@mifi you're right, that fixes the issue! Thanks for your quick reply. I'll leave this open in case you wish to track for the auto-add layer idea you have

Also running into this on my end, seems like it'd be an easy implementation for the AppSync team no?

Also hitting this issue with `@aws-sdk/client-personalize-runtime` ``` lib/recommend-lambda/node_modules/@aws-sdk/client-personalize-runtime/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts:34:33 - error TS2304: Cannot find name 'ReadableStream'. 34 transformToWebStream: () => ReadableStream; ~~~~~~~~~~~~~~ Found 1 error. ```

Agreed, this non-standard approach is difficult to test against and makes user-friendly error messages on the client almost impossible. Is there an alternative plan or approach to offer access to...

@dylanjha This should be g2g, can you try a recording on your end to sanity check?

I'm resurrecting this in order to get return authorizations working for orders that contain digital products. Do you think we still need a stock location for this? Or, might there...

This probably isn't the best way of doing it, but here's what I have implemented as a decorator. ``` ruby def confirm_email(order, resend = false) @order = order.respond_to?(:id) ? order...

I don't want to have a variant where a customer can have the option of choosing whether or not to buy upgrades. I just want for someone to be able...

@halo or @JDutil, mind having a look?

@JDutil pushing to staging app now, will report back