Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsubaki/hermes-lambda

Transfers AWS cost data to BigQuery
https://github.com/itsubaki/hermes-lambda

aws bigquery

Last synced: about 2 months ago
JSON representation

Transfers AWS cost data to BigQuery

Awesome Lists containing this project

README

        

# hermes-lambda

* Transfers AWS cost data to BigQuery

```shell
# AWS
export AWS_PROFILE=${AWS_PROFILE}
export AWS_REGION=ap-northeast-1

# Google Cloud
export PROJECT_ID=${PROJECT_ID}
export GOOGLE_APPLICATION_CREDENTIALS=${PWD}/credentials.json
```

```shell
$ go run cmd/main.go cost fetch
```