You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would make sense for stratosphere to have another DSL for generating stack policies. It seems like a simpler and more stable API than templates and they are uploaded together.
The text was updated successfully, but these errors were encountered:
Hmm, stack policies seem very similar to IAM policies. I wonder if it would make sense to make an entirely separate package from stratosphere to generate IAM policies in general, and then CloudFormation stack policies can be a specific instance of that.
I'm thinking this should be a separate package from stratosphere, but it would be a very welcome addition to the current suite of Haskell AWS tooling. I am personally fine with just writing policies in JSON via aeson-qq, but my policies are all pretty simple. I'll keep this issue open in case either myself or someone else has complex enough policies that typing them in Haskell would be worth the investment into making a new package.
I was wondering if it would make sense for stratosphere to have another DSL for generating stack policies. It seems like a simpler and more stable API than templates and they are uploaded together.
The text was updated successfully, but these errors were encountered: