package
0.0.0-20241213170130-674f8b59c6ee
Repository: https://github.com/jrottersman/lats.git
Documentation: pkg.go.dev

# README

#AWS

aws operations will probably split into it's own library at some point.

Currently there are three main parts of this library

  1. RDS operations which directly operates on instances and clusters This allow us to do the following: 1. Create a snapshot 1. Create a cluster 1. Create an instance
  2. rds Parameter groups which are for parameter groups for database configuration
  3. KMS operations which is purely for copying snapshots right now though that will probably change. This allows us to create a new key in the region we are copying the snapshot to by default. Warning these can persist so you have to be careful with not giving that parameter. (NOTE this warning should move to main readme or tutorial)