Doug Tangren
Doug Tangren
Just checking in. Has anyone come up with a workable solution to this problem yet?
Is the sam team open to prs to add support for this. It seems like it would simple to materialize a file for the inline code
I traced this all the way back to this line https://github.com/dherault/serverless-offline/blob/7485bf303ff55d2ac2a4433504c87edcf8a4783b/src/lambda/LambdaFunction.js#L93
this might be related https://github.com/nodejs/node/issues/11422 docker for mac by default allows `/tmp` and `/private` paths I tried adding `/var` but still got a mount permissions error presumable related to this...
[`fs.realpathSync`](https://nodejs.org/api/fs.html#fs_fs_realpathsync_path_options) may be of use here this resolves the symlink to a real path which docker for mac may have a better time coping with
Github actions only supports strings at this time so I need to work within those design constraints. The multi line syntax in the readme is yaml syntax for a multi...
We use Jooby (jetty flavored) at meetup.com to host our graphql api which powers all of our external facing products
I think we can do better than asking engineers to construct this file by hand themselves. That’s one of the major dx flaws in the cf interface. I would love...
With a bit of direction on what good looks like I might be able to manage adding this myself around [here](https://github.com/aws/aws-sam-cli/blob/6dc1a5666b8662734cb2aca8581ed11444d724cf/samcli/commands/deploy/deploy_context.py#L280)
> I think adding an option to auto delete the empty changesets I’d favor this option as well. Most sam users aren’t going to realize changesets that fail so to...