Jacob Fuss

Results 149 comments of Jacob Fuss

We don't follow paths in dependencies. Layer needs to be self contained, which is the same for the Lambda service.

@paulsson Thanks for submitting the issue. This sounds like something that `sam build` for node will solve. This is being added to [aws-lambda-builders](https://github.com/awslabs/aws-lambda-builders/pull/44). @sanathkr and @gojko, do you guys things...

@ericallam It does support hot-reloading but you need to build in another terminal window. We will eventually introduce a [`sam build --watch`](https://github.com/awslabs/aws-sam-cli/blob/develop/designs/sam_build_cmd.rst#out-of-scope) command that will make this even easier. This...

@paulsson We have released build support for `npm`. Can you give this a try by using `sam build` on your functions that require this?

This is something we want to support but we have a challenge due to how we currently build functions, which is what is holding this up not because we don't...

@clin88 What are you trying to do? This issue is for building against native libraries in things like a Layer. If you ware just trying to build against the native...

@Lucas-C I checked on of the jobs runs and looks like it just formatting (at least for that run). Could you update the PR with the `head` of `develop` and...

@Lucas-C I see the failures you posted above now. I remember having some troubles with this a while back and think that is why we mocked out `get_request_methods_endpoints` in the...

We are not looking to support X-Ray locally at this time. Closing.

To add more context to the "We have 3 different ways to do environment variables". The `--env-vars` options pre-dates use resolving Parameters. During that time, we needed a way to...