i have one script(Python) that get data from an specific web page, do the ETL and save the archive as .CSV on my desktop.
I need to put this code inside AWS Amazon (I believe it must be AWS Glue), set a trigger to do this operation 00:00 everyday and store the collected data on the AWS s3.
Someone here already did something like that? Im struggling to do it, but im unsucessfull until now. Every direction that some of you can provide is accepted.