Serverless "Post Function" doesn't work with AWS Lambda #7263
DeeGeeMan
started this conversation in
Ideas and feature requests
Replies: 1 comment
-
This is expected behavior due to the fact that AWS Lambda short-circuits the normal proxying lifecycle. Plugins with a lower priority that AWS Lambda will not execute in the current design of Kong. Long-term fix is likely to be supporting a true content phase handler for plugins, rather than having to return out of the access phase. Because we leverage |
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
-
Summary
The Serverless Function plugin "post-function" plugin doesn't work with an AWS Lambda plugin.
Steps To Reproduce
Note: the request is executed even without the x-custom-auth in the header. However, the pre-function works as expected.
Additional Details & Logs
0.14.0
)Beta Was this translation helpful? Give feedback.
All reactions