Hacker News new | ask | show | jobs
by haacked 1791 days ago
Thanks! I'm not too familiar with Terraform on ECS, but if there's an API, then you can script it with Abbot.

For example, we have an existing package that uses the GitHub deploy API to deploy software https://ab.bot/packages/aseriousbiz/deploy

If you trigger your deploys using GitHub's API, then you could just use that skill. Otherwise, you can copy that skill's code and adapt it to your needs. Hope that helps!

(In case it's not clear, I'm the "Phil" in the post) :)

1 comments

Thanks Phil, this is awesome. I'm sure I can leverage AWS API/cli. Also could be a great fit to use Github Actions along with Abbot
boto3 is available in Python skills too, so there's probably a shortcut there for you :)