Hacker News new | ask | show | jobs
by imedadel 1731 days ago
That's actually not possible. We provide 2 keys, a private one and a public one. Lambdas could only be edited using the private key. The public key, which you're supposed to be using in production, allows you to only execute the (already deployed) function.

Was this explanation good? I will add it to the landing page in case someone had the same question.

1 comments

That’s perfect, thanks for clarifying. That sounds like an awesome way to handle the problem.