gammarers.aws-daily-cost-usage-report-stack


Namegammarers.aws-daily-cost-usage-report-stack JSON
Version 2.0.18 PyPI version JSON
download
home_pagehttps://github.com/gammarers/aws-daily-cost-usage-report-stack.git
SummaryCost & Usage Reports
upload_time2025-08-13 19:26:36
maintainerNone
docs_urlNone
authoryicr<yicr@users.noreply.github.com>
requires_python~=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Daily Cost Usage Report Stack

[![GitHub](https://img.shields.io/github/license/gammarers/aws-daily-cost-usage-report-stack?style=flat-square)](https://github.com/gammarers/aws-daily-cost-usage-report-stack/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-daily-cost-usage-report-stack?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-daily-cost-usage-report-stack)
[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-daily-cost-usage-report-stack?style=flat-square)](https://pypi.org/project/gammarers.aws-daily-cost-usage-report-stack/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-daily-cost-usage-report-stack/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-daily-cost-usage-report-stack/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-daily-cost-usage-report-stack?sort=semver&style=flat-square)](https://github.com/gammarers/aws-daily-cost-usage-report-stack/releases)

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

#### use by npm

```shell
npm install @gammarers/aws-daily-cost-usage-report-stack
```

#### use by yarn

```shell
yarn add @gammarers/aws-daily-cost-usage-report-stack
```

### Python

```shell
pip install gammarers.aws-daily-cost-usage-report-stack
```

## Example

```shell
npm install @gammarers/aws-daily-cost-usage-report-stack
```

```python
import { CostGroupType, DailyCostUsageReportStack } from '@gammarer/aws-daily-cost-usage-report-stack';

new DailyCostUsageReportStack(app, 'DailyCostUsageReportStack', {
  slackToken: 'xoxb-11111111111-XXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXX',
  slackChannel: 'example-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-report-stack.git",
    "name": "gammarers.aws-daily-cost-usage-report-stack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "yicr<yicr@users.noreply.github.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6c/e1/523c0ebb952c2673deaca99ee0a8c04357af328ff4c8a56ed0dac81d373c/gammarers_aws_daily_cost_usage_report_stack-2.0.18.tar.gz",
    "platform": null,
    "description": "# AWS Daily Cost Usage Report Stack\n\n[![GitHub](https://img.shields.io/github/license/gammarers/aws-daily-cost-usage-report-stack?style=flat-square)](https://github.com/gammarers/aws-daily-cost-usage-report-stack/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-daily-cost-usage-report-stack?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-daily-cost-usage-report-stack)\n[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-daily-cost-usage-report-stack?style=flat-square)](https://pypi.org/project/gammarers.aws-daily-cost-usage-report-stack/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-daily-cost-usage-report-stack/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-daily-cost-usage-report-stack/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-daily-cost-usage-report-stack?sort=semver&style=flat-square)](https://github.com/gammarers/aws-daily-cost-usage-report-stack/releases)\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#### use by npm\n\n```shell\nnpm install @gammarers/aws-daily-cost-usage-report-stack\n```\n\n#### use by yarn\n\n```shell\nyarn add @gammarers/aws-daily-cost-usage-report-stack\n```\n\n### Python\n\n```shell\npip install gammarers.aws-daily-cost-usage-report-stack\n```\n\n## Example\n\n```shell\nnpm install @gammarers/aws-daily-cost-usage-report-stack\n```\n\n```python\nimport { CostGroupType, DailyCostUsageReportStack } from '@gammarer/aws-daily-cost-usage-report-stack';\n\nnew DailyCostUsageReportStack(app, 'DailyCostUsageReportStack', {\n  slackToken: 'xoxb-11111111111-XXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXX',\n  slackChannel: 'example-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": "2.0.18",
    "project_urls": {
        "Homepage": "https://github.com/gammarers/aws-daily-cost-usage-report-stack.git",
        "Source": "https://github.com/gammarers/aws-daily-cost-usage-report-stack.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b228129bb3b90a46bee384b7243446e9dc89fc8883308b9357964ce495145cdf",
                "md5": "101ca3785765c66780779d5c89d36bb1",
                "sha256": "3fbd7beca0261584fa41c2f910c1d7cf30b07296769d113f11d2f7bec7fb9d32"
            },
            "downloads": -1,
            "filename": "gammarers_aws_daily_cost_usage_report_stack-2.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "101ca3785765c66780779d5c89d36bb1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.9",
            "size": 316084,
            "upload_time": "2025-08-13T19:26:35",
            "upload_time_iso_8601": "2025-08-13T19:26:35.374322Z",
            "url": "https://files.pythonhosted.org/packages/b2/28/129bb3b90a46bee384b7243446e9dc89fc8883308b9357964ce495145cdf/gammarers_aws_daily_cost_usage_report_stack-2.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ce1523c0ebb952c2673deaca99ee0a8c04357af328ff4c8a56ed0dac81d373c",
                "md5": "f63ef2bb4ff5fde647c5f41f53255a3e",
                "sha256": "81ba637086efde1c01faa3af781429d3bb99fd4fe1f282bf38b0e54669f882b7"
            },
            "downloads": -1,
            "filename": "gammarers_aws_daily_cost_usage_report_stack-2.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "f63ef2bb4ff5fde647c5f41f53255a3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.9",
            "size": 317099,
            "upload_time": "2025-08-13T19:26:36",
            "upload_time_iso_8601": "2025-08-13T19:26:36.753912Z",
            "url": "https://files.pythonhosted.org/packages/6c/e1/523c0ebb952c2673deaca99ee0a8c04357af328ff4c8a56ed0dac81d373c/gammarers_aws_daily_cost_usage_report_stack-2.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 19:26:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gammarers",
    "github_project": "aws-daily-cost-usage-report-stack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gammarers.aws-daily-cost-usage-report-stack"
}
        
Elapsed time: 0.77041s