You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated function endpoint assumes that the input to the Lambda function is an SQSEvent. That makes it harder for developers to implement a Lambda that responds to an HTTP Gateway trigger and, for example, sends a message to SQS using NServiceBus.
It's possible, but it requires changing the package-generated code, which causes friction and might not be evident at first sight.
A first step could be to update documentation and samples to show what to do.
The text was updated successfully, but these errors were encountered:
The generated function endpoint assumes that the input to the Lambda function is an SQSEvent. That makes it harder for developers to implement a Lambda that responds to an HTTP Gateway trigger and, for example, sends a message to SQS using NServiceBus.
It's possible, but it requires changing the package-generated code, which causes friction and might not be evident at first sight.
A first step could be to update documentation and samples to show what to do.
The text was updated successfully, but these errors were encountered: