I have approximately 13 Lambda functions with triggers on python 2.7 runtime environments. I need to update to 3.6
What is the most efficient way to do this? Do I need to create all new lambdas? If issues arise will I be able to roll back to the 2.7 lambda?
Any help will be greatly appreciated.