Kong Serverless Framework Plugin

Hey just wanted to share that I’m working on a plugin for the Serverless framework to configure Kong routes.

https://github.com/troposhq/serverless-plugin-kong

The serverless framework will create Lambda functions in AWS, and this plugin will automatically configure Kong routes and the aws-lambda plugin for the functions. Still very early in development, but this is at least a proof of concept that this can be accomplished and it is actually super helpful for people who use Kong to front their serverless functions.

Currently, the plugin is not configured for any type of authentication to the admin API, so I have just have a local Kong admin API running on :8001 and the plugin works great. Authentication will be added soon.

I would love feedback, PRs, bugs, and feature requests from the community. I will submit a PR to the Kong Hub once it’s more fully fleshed out.

3 Likes