Why do you need this? When adding a new function with Amplify, it will create a new stack on CloudFormation. If your project or team become larger this could cause an issue because CloudFormation ...
Learn how to add or subtract two functions. Given two functions, say f(x) and g(x), to add (f+g)(x) or f(x) + g(x) or to subtract (f - g)(x) or f(x) - g(x) the two functions we use the method of ...