Ben Tomasik
Ben Tomasik
@kddejong Could we get a link posted here of an example or usage for the sake of continuity? I think this issue has been _hot_ enough that it has a...
@kddejong Good enough for the girls I go out with, much appreciate!
@rbu Thank you much for this, I'm also interested. I'm surprised by there being relatively little activity on this issue. But I suppose if the consumers of DynamoDB that _aren't_...
@Colorjet3 I have been following this issue as well and I think it would be a great value-add for when you're composing a larger project, being able to zip/tar up...
Posting to keep this open as it may be helpful for others.
I would agree. At minimum, it's misleading.
If examples can be provided, I'm willing to help in this area. So far, I haven't hit any errors that I did not expect.
With `sam local` functionality, the template would need a special version created for it, at least as far as how I've proposed the output directory structure in this issue. Would...
At this point, I've been only using `aws cloudformation package` and not the actual `sam` CLI utility so I'd have to mull on it a bit and try it out....
Oh yea it would. I was imagining that the template would be already prepared for that. So something like: ```yaml FunctionName: # ... CodeUri: ./output/FunctionName/ ```