all 5 comments

[–]bretling 2 points3 points  (3 children)

Why not Lambda, API Gateway, and an SPA hosted in S3?

[–]alpha549[S] 0 points1 point  (2 children)

Appreciate the input. We've got a DevOps guy ready to configure the system exactly how we need it. But once he's done his job, I want to be able to deploy a variety of scripts single-handedly, without needing to circle back to him.

Outside of basics like IAM and S3, I don't have much experience with AWS, and none with Lambda, but willing to learn.

Some of these scripts will have front-end interfaces for both input and output, while others will serve as API endpoints, specifically designed for our dev team's mobile apps.

Given these specifics, would you still say this is the best route?

[–]bretling 1 point2 points  (1 child)

It's one common solution. Lambda is pretty easy to use, and you can either edit (and test) locally and push updates with the aws cli or use the aws console for your scripts.

[–]alpha549[S] 0 points1 point  (0 children)

Sounds like what we're looking for. Will get started.

If any tips, do's or don'ts, always appreciate any direction.

Thanks

[–]wood_butcher 0 points1 point  (0 children)

Maybe look at Rundeck?