# AWS Daily Cost Usage Reports
AWS Cost And Usage report to Slack on daily 09:01.
* Report type
* Services
* This is Cost by AWS Services.
* Accounts
* This is Cost by Linked Account (when organization master account)
## Resources
This construct creating resource list.
* Lambda function execution role
* Lambda function
* EventBridge Scheduler execution role
* EventBridge Scheduler
## Install
### TypeScript
```shell
npm install @gammarer/aws-daily-cost-usage-repoter
# or
yarn add @gammarer/aws-daily-cost-usage-repoter
```
### Python
```shell
pip install gammarer.aws-daily-cost-usage-repoter
```
## Example
```shell
npm install @gammarer/aws-daily-cost-usage-repoter
```
```python
import { CostGroupType, DailyCostUsageReporter } from '@gammarer/aws-daily-cost-usage-repoter';
new DailyCostUsageReporter(stack, 'DailyCostUsageReporter', {
slackWebhookUrl: 'https://hooks.slack.com/services/xxxxxxxxxx', // already created slack webhook url
slackPostChannel: 'example-channel', // already created slack channel
costGroupType: CostGroupType.SERVICES,
});
```
## License
This project is licensed under the Apache-2.0 License.
Raw data
{
"_id": null,
"home_page": "https://github.com/gammarers/aws-daily-cost-usage-reporter.git",
"name": "gammarer.aws-daily-cost-usage-reporter",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": null,
"author": "yicr<yicr@users.noreply.github.com>",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/58/c4/5e671c436396963863a70557f2161244762b9011b729d90aa23778184e87/gammarer_aws_daily_cost_usage_reporter-1.2.28.tar.gz",
"platform": null,
"description": "# AWS Daily Cost Usage Reports\n\nAWS Cost And Usage report to Slack on daily 09:01.\n\n* Report type\n\n * Services\n\n * This is Cost by AWS Services.\n * Accounts\n\n * This is Cost by Linked Account (when organization master account)\n\n## Resources\n\nThis construct creating resource list.\n\n* Lambda function execution role\n* Lambda function\n* EventBridge Scheduler execution role\n* EventBridge Scheduler\n\n## Install\n\n### TypeScript\n\n```shell\nnpm install @gammarer/aws-daily-cost-usage-repoter\n# or\nyarn add @gammarer/aws-daily-cost-usage-repoter\n```\n\n### Python\n\n```shell\npip install gammarer.aws-daily-cost-usage-repoter\n```\n\n## Example\n\n```shell\nnpm install @gammarer/aws-daily-cost-usage-repoter\n```\n\n```python\nimport { CostGroupType, DailyCostUsageReporter } from '@gammarer/aws-daily-cost-usage-repoter';\n\nnew DailyCostUsageReporter(stack, 'DailyCostUsageReporter', {\n slackWebhookUrl: 'https://hooks.slack.com/services/xxxxxxxxxx', // already created slack webhook url\n slackPostChannel: 'example-channel', // already created slack channel\n costGroupType: CostGroupType.SERVICES,\n});\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Cost & Usage Reports",
"version": "1.2.28",
"project_urls": {
"Homepage": "https://github.com/gammarers/aws-daily-cost-usage-reporter.git",
"Source": "https://github.com/gammarers/aws-daily-cost-usage-reporter.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2cb2027a48502365b73b7e83ee32a4f7f91534b1162ec09f53a27e7537818317",
"md5": "5749cef42fe1da40be1a67aecf76cf83",
"sha256": "27bf078d5195576f8d0b9972da5b07a0f85b4887bca15ea4cf8e5d2edabd9c40"
},
"downloads": -1,
"filename": "gammarer.aws_daily_cost_usage_reporter-1.2.28-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5749cef42fe1da40be1a67aecf76cf83",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 307128,
"upload_time": "2025-02-26T19:23:18",
"upload_time_iso_8601": "2025-02-26T19:23:18.304552Z",
"url": "https://files.pythonhosted.org/packages/2c/b2/027a48502365b73b7e83ee32a4f7f91534b1162ec09f53a27e7537818317/gammarer.aws_daily_cost_usage_reporter-1.2.28-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "58c45e671c436396963863a70557f2161244762b9011b729d90aa23778184e87",
"md5": "cc774fcb7c88c4d2709a0a98c21fab51",
"sha256": "d8942fa7344e50779fa974890a2607b72c7eca116668b665ad2ee591536faa9d"
},
"downloads": -1,
"filename": "gammarer_aws_daily_cost_usage_reporter-1.2.28.tar.gz",
"has_sig": false,
"md5_digest": "cc774fcb7c88c4d2709a0a98c21fab51",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 308167,
"upload_time": "2025-02-26T19:23:19",
"upload_time_iso_8601": "2025-02-26T19:23:19.587547Z",
"url": "https://files.pythonhosted.org/packages/58/c4/5e671c436396963863a70557f2161244762b9011b729d90aa23778184e87/gammarer_aws_daily_cost_usage_reporter-1.2.28.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-26 19:23:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gammarers",
"github_project": "aws-daily-cost-usage-reporter",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gammarer.aws-daily-cost-usage-reporter"
}