aws-sam-webpack-plugin
aws-sam-webpack-plugin copied to clipboard
Add experimental support for nested applications
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 newmerge
method. - Application configs are now tracked and used to generate
template.yaml
for each locally referenced template.
I would love to see this gets merged.