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
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
@rubenfonseca I have a hard fork of GoFormation that I have been using to build out a couple new features for my own use cases, being:
Live parameter resolution with AWS account context (attempt to connect to an account to resolve data, otherwise return dummy placeholder data)
Implementation of Go generics to alleviate typing issues (CloudFormation service tends to take in data and work whether it conforms to proper schema or not, for example, it will take a string for an integer value and vice versa, same with bools, etc)
Is there any interest on your part in trying to port these back into trunk? If so, I would love to keep doing the work to contribute the changes, otherwise I'm happy to just keep them on my fork.
The text was updated successfully, but these errors were encountered:
@rubenfonseca I have a hard fork of GoFormation that I have been using to build out a couple new features for my own use cases, being:
Is there any interest on your part in trying to port these back into trunk? If so, I would love to keep doing the work to contribute the changes, otherwise I'm happy to just keep them on my fork.
The text was updated successfully, but these errors were encountered: