←back to thread

634 points david927 | 1 comments | | HN request time: 0s | source

What are you working on? Any new ideas that you're thinking about?
Show context
Octabrain ◴[] No.41342646[source]
I'm working on a side project which is a Python library that provides of an abstraction layer to manage infrastructure in cloud providers by interacting with their APIs. This is something I've been developing every now and then for the last months after years of working with Terraform and getting tired of the limitations of it's DSL (yeah, Pullumi is better but I just simply want a generic library with classes representing services in the cloud I can call natively in Python without having to deal with a 3rd party application like Pullumi is!).
replies(1): >>41342877 #
cdchn ◴[] No.41342877[source]
So, like, CDK?
replies(1): >>41345762 #
1. Octabrain ◴[] No.41345762[source]
Yes, at least conceptually. However, CDK is more opinionated, uses Cloudformation and depends on its own CLI.