Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamarrd/cloudtrail-localstack
Demo repo to show cloudtrail data events in localstack
https://github.com/lamarrd/cloudtrail-localstack
gitoo probot
Last synced: about 1 month ago
JSON representation
Demo repo to show cloudtrail data events in localstack
- Host: GitHub
- URL: https://github.com/lamarrd/cloudtrail-localstack
- Owner: LamarrD
- Created: 2021-04-03T19:12:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T17:32:26.000Z (over 3 years ago)
- Last Synced: 2024-07-24T10:32:31.604Z (5 months ago)
- Topics: gitoo, probot
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloudtrail-localstack
Demo repo to show cloudtrail data events in localstack.The behavior i desire is that after starting localstack and creating a cloudtrail+cloudtrail logging
bucket, and performing actions that should generate cloudtrail events that i'd see the cloudtrail
logs in the logging bucket.Currently the behavior i'm noticing is the cloudtrail and bucket is being successfully created, but
the log files never show up in the logging bucket. I believe the issue is related to the fact that
these are Data Events rather than management events (i believe i've seen management events in
cloudtrail localstack)## Steps to reproduce desired behavior in AWS
After setting up credentials, region, etc
```python3 main.py```
## Steps to reproduce undesired behavior in localstack
### Start localstack pro
```export LOCALSTACK_API_KEY=KEY```
```DNS_ADDRESS=127.0.0.1 localstack start```### Run Script
```python3 main.py```