Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeboten/alpaca
https://github.com/codeboten/alpaca
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeboten/alpaca
- Owner: codeboten
- Created: 2017-05-20T04:28:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T04:14:06.000Z (over 7 years ago)
- Last Synced: 2024-11-07T19:49:36.801Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpaca
The aim of alpaca is to provide an easy user interface to support deploying functions on container supported infrastructure. Ideally users will never need to build a container to run their code using alpaca.## Roadmap
- [ ] API to create functions
- [ ] Configurable backend storage for endpoint mapping
- [ ] gateway to map endpoints -> containers
- [ ] HTTPS support using letsencrypt
- [ ] runner for python
- [ ] runner for nodejs
- [ ] runner for golang
- [ ] runner for ruby
- [ ] support for scheduled events
- [ ] support other kinds of events? (ie. queues)