Alex DeBrie

Results 31 comments of Alex DeBrie

> I was wondering if duplicating data across multiple attribute when there is an overlap in indexes is not a better strategy. I agree on this -- I generally don't...

Thanks, @alexellis! What's the best way to consume an OpenFaas function -- an HTTP endpoint, or is there something like the [`Invoke`](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html) API call for AWS Lambda?

Hey @486, thanks for jumping it. We've discussed this a bit internally, and that's exactly the way we're planning on handling it -- using some sort of queue to manage...

Hey @kenfdev, that's a good idea and would make it easier to discover the full setup of your Event Gateway. @mthenw What are your thoughts?

Good request, @paulxuca! We'll look at a way to add this to the standard event body and keep you updated.

Hey @emil-konstantinovitz, thanks for the interest. We haven't started work on this yet. If you want to help, we'd love it! The Python SDK should be similar to the [NodeJS...

@fubar Thanks for the detailed feedback. This is really helpful. I did some digging today and found some of the root causes of your issues. 1) Most importantly, the Framework...

@fubar I tested the sync / async emit behavior with the `event-gateway-sdk`, and I was able to get it to work. I set up two subscriptions -- an `async` one...

Hey @johnlim, sorry to hear that. I just tested a few times and it worked for me. Can you share the following things: 1. the version of the Serverless Framework...