Use Athena ACID transactions
The term "ACID transactions" refers to a set of properties (atomicity
Athena ACID transactions and familiar SQL syntax simplify updates to your business and
regulatory data. For example, to respond to a data erasure request, you can perform a SQL
DELETE
operation. To make manual record corrections, you can use a single
UPDATE
statement. To recover data that was recently deleted, you can issue
time travel queries using a SELECT
statement.
Because they are built on shared table formats, Athena ACID transactions are compatible
with other services and engines such as Amazon EMR and Apache Spark
Athena transactions are available through the Athena console, API operations, and ODBC and JDBC drivers.