How do enable triggers in Neo4j Aura

I wan to create a timestamp when a node is updated and need a trigger. How do i enable this on Aura?

Not yet. Please vote here: https://neo4j-aura.canny.io/auradb/p/enable-triggers to add them!

2023 checking in. Here is our use case:

Use Case: Data Analyst updates record.

Component: audit datetime.

The database needs to automatically update the "last_updated" datetime so that the downstream systems can detect any changes. It's not enough for the service to handle this since the database is accessed by people too.

This seems pretty necessary given that AuraDB and DS are marketed for data science.