-
It would be great to add support for customer authorizer functions so I can simulate authorization/authentication locally.
-
For endpoints that only return static data (like a fixed descriptor object) I use the `MOCK` endpoint type in my `s-function.json` like this:
```
{
"name": "descriptor",
"runtime": "nodejs",
"d…
-
Almost done with this.
-
i am trying to use mysql module in code
mysql module is located in `parent_folder_of_all_lambda_function/node_modules` folder
i am using that module in `parent_folder_of_all_lambda_function/lib/data…
-
The goal here is not just to create the ultimate boilerplate project for building serverless applications, but to create an application boilerplate with the **lowest total cost of ownership** (e.g., c…