https://github.com/janritter/aws-lambda-calculator
Cost calculator for AWS Lambda with option to get memory and runtime for same calculated cost
https://github.com/janritter/aws-lambda-calculator
aws aws-lambda bulma-css calculator preact
Last synced: 8 months ago
JSON representation
Cost calculator for AWS Lambda with option to get memory and runtime for same calculated cost
- Host: GitHub
- URL: https://github.com/janritter/aws-lambda-calculator
- Owner: janritter
- Created: 2020-01-19T16:49:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T04:00:58.000Z (9 months ago)
- Last Synced: 2025-03-24T12:35:48.864Z (9 months ago)
- Topics: aws, aws-lambda, bulma-css, calculator, preact
- Language: JavaScript
- Homepage: https://aws-lambda-calculator.netlify.com/
- Size: 134 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Lambda calculator
[](https://app.netlify.com/sites/aws-lambda-calculator/deploys)
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and preact-render-spy
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).