An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AWS Lambda calculator

[![Netlify Status](https://api.netlify.com/api/v1/badges/7299ac05-30e2-45b8-b9be-26adbd170af6/deploy-status)](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).