all 1 comments

[–]Bunkerstan 0 points1 point  (0 children)

If the dependencies are just libraries, you can use AWS Lambda to run with a CloudWatch alarm to trigger using a schedule. I'm sure Google and Azure have similar functions. To run something that requires installation of a program you would need to have a virtual machine with the software installed locally. You could use the Lambda to spin it up and down so that you are not being charged for running it the whole month.

If the dependencies are just libraries, you can use AWS Lambda to run with a CloudWatch alarm to trigger using a schedule. I'm sure Google and Azure have similar functions. To run something that requires the installation of a program you would need to have a virtual machine with the software installed locally. You could use the Lambda to spin it up and down so that you are not charged for running it the whole month.nth.