True or False? In AWS Lambda, you are charged as long as a function exists, regardless of whether it's running or not
Answer
False. Charges are being made when the function is executed for the time it takes to execute and compute resources it uses.
False. Charges are being made when the function is executed for the time it takes to execute and compute resources it uses.