Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsubaki/hermes-lambda
- Owner: itsubaki
- License: mit
- Created: 2020-03-16T03:29:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:16:22.000Z (10 months ago)
- Last Synced: 2024-06-20T20:51:22.402Z (7 months 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
```