create-cdk-app icon indicating copy to clipboard operation
create-cdk-app copied to clipboard

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

Open wulfmann opened this issue 5 years ago • 1 comments

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 avatar Jun 08 '20 20:06 wulfmann

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

wulfmann avatar Jun 08 '20 20:06 wulfmann