Closed stevemac007 closed 2 years ago
You can now deploy the function and override the dimension the cost data is grouped by.
For example, I deploy this as follows.
serverless deploy --stage="service" \ --param="group=SERVICE" \ --param="group_length=20" \ --param="teams_url=https://abc.webhook.office.com/webhookb2/<hook> \ serverless deploy --stage="account" \ --param="group=LINKED_ACCOUNT" \ --param="group_length=10" \ --param="teams_url=https://abc.webhook.office.com/webhookb2/<hook>" \
You can now deploy the function and override the dimension the cost data is grouped by.
For example, I deploy this as follows.