AWS Glue tutorial for data developers.
This is a complementary repository for this AWS Glue tutorial with Spark and Python for data developers.
Note the difference between DynamicFrame and DataFrame. DataFrame is Spark native table like structure. DynamicFrame class is an attempt from AWS to address limitations of the DataFrame.
DynamicFrames might be handy to read and write data. Often the data processing is more efficient with standard PySpark functions.