https://github.com/denismakogon/serverless-functions-middleware
OpenStack Swift middleware for FaaS
https://github.com/denismakogon/serverless-functions-middleware
functions-as-a-service ironfunctions middleware openstack openstack-picasso openstack-swift serverless wsgi
Last synced: 11 months ago
JSON representation
OpenStack Swift middleware for FaaS
- Host: GitHub
- URL: https://github.com/denismakogon/serverless-functions-middleware
- Owner: denismakogon
- License: apache-2.0
- Created: 2017-02-06T15:53:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T19:16:14.000Z (about 9 years ago)
- Last Synced: 2025-02-12T07:45:31.788Z (about 1 year ago)
- Topics: functions-as-a-service, ironfunctions, middleware, openstack, openstack-picasso, openstack-swift, serverless, wsgi
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
OpenStack Swift middleware for serverless functions
===================================================
In DevStack::
enable Swift
enable Picasso
After DevStack install::
clone https://github.com/denismakogon/serverless-functions-middleware
install develop or regular install
Modify Swift proxy conf by adding::
[filter:functions_middleware]
use = egg:functions#functions_middleware
In **[pipeline:main]** section add **functions_middleware** to the list of other middleware in **pipeline** config option
Restart Swift proxy service by::
screen -x
Ctrl+A,n to find s-proxy window
Restart process