Skip to content

mbenaiss/aws-cost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get AWS monthly spend

Get the amount spent on using the Aws platform monthly.

{
  "amount": "$7.09",
  "start": "2019-01-01",
  "end": "2019-02-01"
}

Deploy with Serverless

First we need to install GitHub - Serverless Framework

We are now ready to deploy the app.

yarn run deploy

When the function was deployed you get an URL like this https://xxxxx.amazonaws.com

For testing your function locally

yarn run invoke

Cost

  • AWS Lambda : The Lambda free tier includes 1M free requests per month.

  • AWS Cost Explorer : it cost $0.01 per API Request

Releases

No releases published

Packages

No packages published