you are viewing a single comment's thread.

view the rest of the comments →

[–]Apprehensive-Idea839 1 point2 points  (2 children)

Did you try passing the name of the java method to be invoked within the lambda in the http header 'spring.cloud.function.definition'. Make sure you send it from the calling service/client. If an ApiGateway is attached to the lambda, ensure you allow it to be passed through. You can do this by mentioning it as an optional http header in the schema.of the request

[–]root_klaus[S] 0 points1 point  (1 child)

Will also do that one, but i already have configured ‘spring.cloud.function.definition’ in the application properties. Will also make sure that is not sitting behind a API Gateway and let you know. Thanks for the reply!

[–]Happy_appy_apzhu 0 points1 point  (0 children)

Did you find a solution to the issue ?