This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Unable to run lambda via lambci #60
Labels
bug
Something isn't working
Comments
Hey @zacbarton, Thanks for opening this issue. Could you provide us with more info on how to test against Thanks! |
Hopefully this will help. docker-compose.yml
kong.yml
index.js
Direct request to lambci;
Request via kong;
Note that lambci only runs via http and not https. |
Not sure about this. The plan was to refactor this plugin, so it can us the new lua-resty-http 0.16 version (waiting for Kong to update that depedency) and then to rip out the AWS specific stuff and replace it with the generic AWS SDK. That should make this plugin far better maintianable, but might come at the cost of not supporting lambci. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I saw in #26 some work was done to allow local development but I cant seem to get this working.
The error I'm getting is;
I'm testing with this kong.yml file (partial)
And have
lambci
running locally and can invoke my local lambda like;Another thing to note is that the local lambda service only runs on
http
and nothttps
of which I dont see a setting to enable/force such a scheme.The text was updated successfully, but these errors were encountered: