Sanath Kumar Ramesh

Results 7 issues of 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)...

type/feature
stage/pm-review
maintainer/need-response

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 -...

area/resource/function
type/feature
stage/needs-feedback
stage/pm-review
maintainer/need-response
area/new-resource

### 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...

type/feature
stage/needs-feedback
maintainer/need-followup
area/new-resource
type/new-property

**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...

type/feature
type/feedback
area/build
maintainer/need-followup

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...

enhancement

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`

feature request

**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 -...