This message was deleted.
# general
s
This message was deleted.
h
is it even possible right now?
@lemon-agent-27707 is working on something that will make this possible.
a
Cool. I’m guessing particularly with Go that’s problematic as the code isn’t compiled in the normal sense of the word
s
You can run fairly arbitrary code inside a lambda using layers, there are hoops to jump through (its not something I've tried). This is an outdated example of running bash: https://github.com/gkrizek/bash-lambda-layer As to whether is would make sense, given that this is a thing: https://github.com/lambci/lambci I'd have to argue that yes, there are contexts where it would make sense
l
That's an interesting thought. Anything you deploy with your credentials you'll want to make sure you lock down tight from a security perspective. @helpful-processor-86468 is referring to the automation api that just released https://pulumi-community.slack.com/archives/CB36DSVSA/p1599060101037800 For something like this, you'll probably want to use EFS as well. Install the pulumi CLI + plugins on EFS to avoid slow startup times on the lambda. Then have plenty of disk for tmp directories for your code.
👍 1
Let me know if you're interested in prototyping this, I can help out.