Introduction


Recently, AWS added support for identity columns and sequence objects . This enables developers to generate auto-incrementing, integer-based IDs directly in the database using familiar SQL patterns.

For me, the support for sequences has always been the number one priority among the missing Aurora DSQL features I wish for. I can't...