Sanath Kumar Ramesh
Sanath Kumar Ramesh
Parent tracking Issue for a large class of questions - "Can SAM modify existing resources?". More specifically: - Can SAM add API path to an existing API Gateway resource? (#232)...
There was a [discussion on Twitter](https://twitter.com/esh/status/971230695157678080) that made me wonder if we should support Lambda@Edge native in SAM. We already have a SAM example showing how to enable Lambda@Edge -...
### What are you proposing? SAM helps simplify the definition of Lambda functions, API Gateway and associated configurations. But it does not provide yet any mechanisms to simplify operational aspects...
**Description:** Some companies host their own internal Pypi servers. They install requirements thru something like: ``` pip install -i http://some-private-server.com/pypi \ --extra-index-url https://pypi.python.org/simple/ \ --trusted-host some-private-server.com -t build ``` `sam...
See https://github.com/awslabs/aws-sam-local/issues/66 If you had installed `npm` using sudo, then the bin directories where `go-npm` tries to install the binaries are owned by root. We get EACCESS when trying to...
See https://github.com/awslabs/aws-sam-local/issues/87. Need to detect if the installation is coming from Yarn and find the binary path without using `npm bin`
**Is your feature request related to a problem? Please describe.** No. This is an improvement to the existing system. **Describe the solution you'd like** Are you familiar with PODD -...