Sanath Kumar Ramesh
Sanath Kumar Ramesh
Hello everyone, Thank you for using this package and continuing to send over Issues & PRs. Unfortunately I didn't have enough time to continue maintaining this package. @leoafarias volunteered to...
Interesting. Their installer seems to place the binary within `node_modules/phantomjs/lib/phantomjs` and have `package.json`'s main property point to phantomjs.js file. Upon running the exec the binary. In my case, I want...
The problem with `bin` directory is, npm requires binaries to be present in bin directory before running `postinstall` script. I can't use preinstall because go-npm is downloaded as a dependency...
This might be a documentation issue. We are using a standard mechanism for constructing resource names. You should be able to use "DependsOn" to chain the resource creation in correct...
This is an interesting idea, but I don't know if it will fit our immediate focus of making serverless application development experience super awesome. I will tag it as a...
Actually, this exact scenario is being enabled by #508. More details on this soon, but the tl;dr version is, we will provide a new command (possibly, `sam local start-lambda`) that...
Yes, currently it is not supported, but it will be in the future. When it does, the feature will work similar to what you described. There will be only one...
This is indeed a bug. We intentionally ignore certain files, .so files are one of them - https://github.com/awslabs/aws-lambda-builders/blob/develop/aws_lambda_builders/workflows/python_pip/workflow.py#L27 The intention behind excluding .so files is to prevent people from inadvertently...
This is an interesting situation. Unfortunately `sam build` does not differentiate the user's intent to run locally vs deploy to the cloud. The permissions requirements differ between these cases. Also,...
Hey, thanks for starting this. Definitely a good feature to have. I have commented on the design PR