shep
shep copied to clipboard
A framework for building JavaScript Applications with AWS API Gateway and Lambda
Implemented `list` and `serve` commands. **shep list**: view list of endpoints | Path | Method | Lambda Function | Region | | ---------- | ------ | --------------------- | --------- |...
Laziness galore, for people who don't want to go into the S3 UI (or via cli) to manually create a bucket.
I've used `shep generate endpoint /hello/{id}` to create a new function. I now want to remove it, but this would required editing a few different files. It would be useful...
I have a project with 12 functions and I get a `TooManyRequestsException: Rate exceeded` on a bunch of the Lambda API calls. Easy fix is to turn down the concurrency...
This PR allows shep to read `lambda.{env}.json` files in the project and function directories. This should allow more flexibility when deploying to VPCs in different environments, as well as using...
I made a brand new project and wrote some code, but forgot to make an environment. When I deployed, I got: ``` $ shep deploy Error: No deployed functions at...
After deploying and trying to test the endpoint directly with cURL, I'm getting 500 Internal Server Errors. When testing it from the console I see the specific error seems to...
Haven't been able to reproduce a test case yet, but we hit it. Somehow when adding a new function with a bunch of existing funcs/aliases you get an error about...
I'm not sure this is entirely the right place for this, but it addresses the issue I had whereby doing: ``` $ shep config set FOO=bar ``` Would error with:...