
A boilerplate for new Serverless Projects
Serverless Starter is a bare bones Serverless Framework project that provides examples for common use cases. It includes a single function with multiple endpoints as well as multiple functions, each containing a single endpoint. The project also demonstrates how to accept a path parameter in the REST API.
Serverless Starter provides a minimalistic Serverless Framework project with examples for common use cases. It includes a single function with multiple endpoints, multiple functions with single endpoints, and demonstrates how to accept path parameters in the REST API. The installation process is straightforward and can be completed by following a few steps.
