Closed aleksdikanski closed 6 years ago
I love this - I don't have time to test today, possibly tomorrow. (My stack is broken at the moment :-( )
Side question - for things like this, that essentially support plugins, is 'alias' plugin the best place? or would it be in domain manager plugin.
Pros For keeping in Alias plugin
Cons for keeping in Alias plugin
@ColeTMNZ , the alias plugin should be able to work with arbitrary CF stack inputs and make them compatible with alias deployments. This is independent of any plugins used that add resources to the CF template. So it is correct to do it here, because other plugins must not have to be aware of aliases.
Let me know when your fully done with your tests and everything works as expected.
I tested the changes with two projects, one at work and also using my serverless example project at https://github.com/aleksdikanski/serverless-example-project
So far I have not encountered any issues.
Sounds good.
Everything for 1.7.0 should be done now. I'll try to push it out at the weekend
Fixes #110