Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live AWS parameter resolution and generics support #600

Open
drmmarsunited opened this issue Jun 9, 2023 · 1 comment
Open

Live AWS parameter resolution and generics support #600

drmmarsunited opened this issue Jun 9, 2023 · 1 comment

Comments

@drmmarsunited
Copy link

@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.

@xrn
Copy link
Contributor

xrn commented Sep 23, 2023

@drmmarsunited I think would be great if you can open PR per feature - if you have any proposition how to improve this library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants