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

feat(resolver): Add a resolver for the cdk-examples repo #2

Open
wulfmann opened this issue Jun 8, 2020 · 1 comment
Open

feat(resolver): Add a resolver for the cdk-examples repo #2

wulfmann opened this issue Jun 8, 2020 · 1 comment
Labels
enhancement New feature or request resolver

Comments

@wulfmann
Copy link
Contributor

wulfmann commented Jun 8, 2020

Some work was done initially to support templates found in the cdk examples repo, but it proved to be more complex than originally thought.

Some known issues:

  • templates are nested under [language]. We'd need to have the user select their language.
  • even more than [language], other groupings exist like: python ecs. We would need to recursively map the directories and gather only templates with a cdk.json. This would also make the current downloadAndExtract implementation pretty complex.
@wulfmann wulfmann added enhancement New feature or request resolver labels Jun 8, 2020
@wulfmann
Copy link
Contributor Author

wulfmann commented Jun 8, 2020

A quick-fix could be synchronizing the cdk-examples repo with the templates repo, but I don't really like that solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request resolver
Projects
None yet
Development

No branches or pull requests

1 participant