Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The generated function endpoint assumes that the input to the Lambda function is an SQSEvent #145

Open
mauroservienti opened this issue Jan 12, 2022 · 0 comments

Comments

@mauroservienti
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant