gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Lambda: allow updating of Runtime property

Open gcmcnutt opened this issue 9 years ago • 0 comments
trafficstars

I have a story where an initial lambda is set with a dummy function and later updated by a build pipeline. And the dummy function is inline node whereas the application is java.

As a builder in this scheme, I need to be able to change the runtime of the lambda function to go along with the code change.

(pull request is forthcoming)

gcmcnutt avatar Nov 07 '16 16:11 gcmcnutt