Fixes Issue #7 (Allow mapping Serverless parameters to ServiceCatalog templates).
With this npm-linked, I was able to create some Lambdas based on a different product catalog product that doesn't match identically. And with a different template.json file I could also do the following and drop parameters altogether (the product I'm working with doesn't have a stage parameter at all):
provider:
scProductMapping:
stage: ''
I could maybe add that in a more full featured manner and try to splice out the keys from the default product template data, but 🤷♂
Fixes Issue #7 (Allow mapping Serverless parameters to ServiceCatalog templates).
With this npm-linked, I was able to create some Lambdas based on a different product catalog product that doesn't match identically. And with a different
template.json
file I could also do the following and drop parameters altogether (the product I'm working with doesn't have a stage parameter at all):I could maybe add that in a more full featured manner and try to splice out the keys from the default product template data, but 🤷♂
Closes #7