https://github.com/itsubaki/hermes-lambda
Transfers AWS cost data to BigQuery
https://github.com/itsubaki/hermes-lambda
aws bigquery
Last synced: about 1 year ago
JSON representation
Transfers AWS cost data to BigQuery
- Host: GitHub
- URL: https://github.com/itsubaki/hermes-lambda
- Owner: itsubaki
- License: mit
- Created: 2020-03-16T03:29:38.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:16:22.000Z (about 2 years ago)
- Last Synced: 2025-02-07T06:15:03.215Z (over 1 year ago)
- Topics: aws, bigquery
- Language: Go
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```