gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Lambda: allow updating of Runtime property
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)