Generated function.zip and funqy-amazon-lambda-quickstart-1.0.0-SNAPSHOT.jar don't have FunqyStreamHandler.class #44985
Replies: 3 comments
-
/cc @matejvasek (amazon-lambda,funqy), @patriot1burke (amazon-lambda,funqy) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any update on this? I appreciate any help. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Asked in #45082 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use
serverless-offline
(https://github.com/dherault/serverless-offline) together with[Funq-AWS-Lambda](https://github.com/quarkusio/quarkus-quickstarts/tree/main/funqy-quickstarts/funqy-amazon-lambda-quickstart)
but it looks like theFunqyStreamHandler
does not exist in either the generated jar file or the function.zip files.When I open the jar file
funqy-amazon-lambda-quickstart-1.0.0-SNAPSHOT-runner.jar\io\quarkus\funqy\lambda
I can only seeconfig
folder and no FunqyStreamHandler class.Here's how my serverless.yml looks like and its pointing to that class.
Beta Was this translation helpful? Give feedback.
All reactions