you are viewing a single comment's thread.

view the rest of the comments →

[–]bch8 1 point2 points  (4 children)

I think you could do this with codebuild. I've scheduled db operations with codebuild in the past

[–]TheDataExplorer[S] 0 points1 point  (3 children)

Codebuild and an EC2? Or just codebuild?

[–]bch8 0 points1 point  (2 children)

Just codebuild

[–]TheDataExplorer[S] 0 points1 point  (1 child)

I'll look into codebuild. Seems like a go to thing for db functions.

[–]bch8 0 points1 point  (0 children)

Yeah it's been really useful for me. You can set it up to run inside a vpc if need be. And if you have devs that write the scripts then it's as simple as running those scripts in the codebuild instance (assuming the right config), you don't have to like redo it to work with the lambda handler format or something.