|
1 | 1 | # Serverless APIs with IBM Cloud Functions (powered by Apache OpenWhisk)
|
2 | 2 |
|
3 | | -[](https://travis-ci.org/IBM/ibm-cloud-functions-serverless-apis) |
4 | | - |
5 | 3 | *Read this in other languages: [한국어](README-ko.md), [日本語](README-ja.md).*
|
6 | 4 |
|
7 | 5 | This project shows how serverless, event-driven architectures can execute code that scales automatically in response to demand from HTTP REST API calls. No resources are consumed until the API endpoints are called. When they are called, resources are provisioned to exactly match the current load needed by each HTTP method independently.
|
|
0 commit comments