i want to make the following process:
An object is placed in a folder of a s3 bucket. There is three folder available folder1, folder2 and folder3. From a event bridge notification a step function shall be invoked that offers three lambda functions that perfom an action. lambda1 shall be invoked for an object of folder1, lambda2 for objects in folder2 and lambda3 for objects in folder3. Does aws step functions offer this possibility? Can you give me an example how this looks in code?