We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ddafc commit 2b819b8Copy full SHA for 2b819b8
cost-explorer/src/lambda_function.py
@@ -64,7 +64,7 @@ def createPayload(periodArg, slackChannel, currentCost, previousCost):
64
"color": "#00FF00",
65
"fields": [
66
{
67
- "title": "Costs",
+ "title": "AWS Costs",
68
"value": value,
69
"short": False
70
},
0 commit comments