├── LICENSE ├── README.md ├── config.json ├── eratosthenes_lambda.py └── main.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jconning/lambda-cpu-cost/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jconning/lambda-cpu-cost/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jconning/lambda-cpu-cost/HEAD/config.json -------------------------------------------------------------------------------- /eratosthenes_lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jconning/lambda-cpu-cost/HEAD/eratosthenes_lambda.py -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jconning/lambda-cpu-cost/HEAD/main.go --------------------------------------------------------------------------------