aws-sam-webpack-plugin icon indicating copy to clipboard operation
aws-sam-webpack-plugin copied to clipboard

Add experimental support for nested applications

Open sam-holder-zava opened this issue 3 years ago • 1 comments

See: #8

This PR adds support for local nested applications which has worked on a number of our projects. The approach was experimental and may need refining - any feedback on this would be great!

Approach:

  • Nested applications are handled recursively within the entryFor method, with results being merged together using a new merge method.
  • Application configs are now tracked and used to generate template.yaml for each locally referenced template.

sam-holder-zava avatar Dec 22 '21 17:12 sam-holder-zava

I would love to see this gets merged.

me2resh avatar Jun 15 '22 13:06 me2resh