When iam trying to detect the file type using Crawler of size >=1MB of input Json file It creates a table in glue with is classification type is "Unknown". But when the size is <1MB it successfully classifies the file type as JSON.
I crosschecked the file to ensure its a valid json file.
It is something a limitation for aws crawler.
If so is there any alternative to this issue.