0.1.8 • Published 6 months ago

@winglibs/budget v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

budget

A Wing library for working with AWS Budgets

Prerequisites

Installation

npm i @winglibs/budget

Usage

⚠️ The budget refers to the entire account and not just for the current project!

Add your budget alert to the code:

bring budget;

new budget.Alert(
  name: "Test",
  amount: 10,
  emailAddresses: ["your@email.com"],
);

Note: ​The budget amount is in USD.

You get an alert when your monthly payment goes over your budget.

TODO

  • Set a budget alert only for resources with certain tags.
  • Allow to perform automatic actions when the budget runs out.

License

This library is licensed under the MIT License.

0.1.8

6 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.4

12 months ago

0.1.5

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago