I am trying to extract the day of the week from the AWS createdAt date format.
For example, given this date format: 2021-10-20T17:05:26.758Z
find the day of the week (ie. Wednesday, Monday...)
I am working in Javascript and I am using AWS Amplify and Dynamo DB.