AWS session that records discovered resources to a database
NOTE: This project is still a work in progress.
- Free software: BSD license
- Documentation: https://aws-session-recorder.readthedocs.io.
- Works just like a normal boto3 session, so you can use it for any library that allows you to set the boto3 session..
- Records IAM related Get/List requests to a local sqlite.db.
- Use datasette to view recorded data.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.