I have created some Lambda functions on AWS for testing purposes (named as test_function something), then after testing I found those functions can be used in prod
test_function
My solution is to export the function, create a new Lambda, then upload the .zip file to the new Lambda.