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

https://github.com/abicky/s3-rollbar-integratoin-example

Example of Rollbar integration with S3
https://github.com/abicky/s3-rollbar-integratoin-example

Last synced: 5 months ago
JSON representation

Example of Rollbar integration with S3

Awesome Lists containing this project

README

          

# Example of Rollbar integration with S3

## 1. Create a S3 bucket and a lambda function

```
% cat < .envrc
export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXX
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export TF_VAR_rollbar_access_token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export TF_VAR_bucket=YOUR_BACKET_NAME
EOF
% direnv allow
% make
```

## 2. Upload a JSON file to your backet

```
% aws s3 cp /path/to/json s3://YOUR_BACKET_NAME/
```

You will receive an item in Rollbar!