Code - Amazon Quick

Code

  • Single-line expression - Runs a one-line Python expression. Used to perform simple operations that require no output such as adding items to a list (list.append) or updating dictionary values (dictionary.update).

  • Custom code block - Runs a multi-line Python function. Used for more complex operations or custom logic that can't be achieved with standard actions.