godaddy / serverless-aws-servicecatalog

An AWS Service Catalog enabling plugin for the popular Serverless project
MIT License
24 stars 5 forks source link

[feat] Allow for ServiceCatalog parameter renaming #23

Closed msluther closed 4 years ago

msluther commented 4 years ago

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 🤷‍♂

Closes #7