Iceberg support for AWS Glue

Glue in Localstack doesn’t have Iceberg support currently, so when trying to run a Glue ETL job which should read from/write to an Iceberg table the following error is thrown:

java.lang.ClassNotFoundException: \nFailed to find data source: iceberg. Please find packages at\nhttps://spark.apache.org/third-party-projects.

Is there a workaround for this or if not could this be implemented?