Michael Barney, Jr
Michael Barney, Jr
I would love to see something like this, I think it could even be part of the `org-formation` cli itself. I do have some thoughts: I just started to build...
The `!JsonString` function is specific to OrgFormation-annotated templates, and is not a natively supported CloudFormation intrinsic function. It would be nice to be able to define your Organization Policies with...
I finally got around to testing this and it works like a charm! It seems both `Content` and `PolicyDocument` are supported properties on this resource now? `PolicyDocument` being the one...
Yeah that was my work around (may not be exact): ```yml # task.yml SomeTask: ... TemplatingContext: Value: !Cmd cat file.json # template.yml AWSTemplateFormatVersion: '2010-09-09' Parameters: resourcePrefix: Type: String Resources: Parameter:...
Right, `!ReadFile` would be a valid substitution (I think it still isn’t compatible with `!Sub` though), I just broke my problem down into something very simple, my actual use case...
As discussed in slack, recursive validation is implemented and works fine if there are no new accounts I get full recursive validation if there are no new accounts in `organization.yml`...
Hmm, templating hadn't crossed my mind. My first thought to make them more integrated would be to be able to reference an `OrganizationBinding`'s accounts like we do with the `${CurrentAccount}`...
Interesting, I missed that it was using a third-party library (as someone who uses the AWS SDK in a few other languages, it's definitely the largest part of many projects...
AWS SSO profile are not yet supported, but we are investigating the best way to add support
AWS SSO profiles are indirectly supported through the recent support for the `credential_process` property on profiles. If you utilize [this tool](https://github.com/benkehoe/aws-sso-credential-process), awsume will be able to pull the credentials from...