Jacob Fuss

Results 149 comments of Jacob Fuss

@taoza Thanks for submitting this! I find this use-case interesting. Can you explain further on needing to use this different DNS resolver? Is this something you also do in Lambda...

@ericofusco I am not aware of anyone working on this currently. Contributions are always welcome. :) Calling the cloud function could difficult currently. SAM CLI does not yet resolve Fn:Sub...

@billyshambrook I wonder if we just pass system env vars into the container instead? I have had this conversation with @sthulb about the Go builders some time back. I am...

So we would have to keep a mapping of what each package manager to "standard" environment variables? That sounds like more configuration we have to keep track of and another...

It’s too constraining. If we don’t want to mount system env vars, we should at least provide a way for customers to configure. Keeping this mapping does not scale. Provided...

@lvthillo Right now, we don't have a better way than generating the event and then editing the output to add the query parameters. This should be something simple to add,...

This relates to the SAM Spec supporting this. The issue tracking that is [here](https://github.com/awslabs/serverless-application-model/issues/721)

SAM CLI does not replace parameters during `sam package`. Looks like there might be a case for `sam build` but typically we do not. So `sam build` can be used...

This is on a pretty old version of SAM CLI. Is this still happening on the latest?

Left a comment in https://github.com/aws/aws-sam-cli/issues/4034 but putting the important details here too for visibility with the team. We need to understand if this is the right approach. Combining the two...