Skip to content

RyanJarv/aws_session_recorder

Repository files navigation

aws-session-recorder

Documentation Status

AWS session that records discovered resources to a database

NOTE: This project is still a work in progress.

Features

  • 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.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.