Skip to content

Instantly share code, notes, and snippets.

@ivansabik
Created June 9, 2021 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivansabik/bc9535e48c0ff3c580795979b05eebcb to your computer and use it in GitHub Desktop.
Save ivansabik/bc9535e48c0ff3c580795979b05eebcb to your computer and use it in GitHub Desktop.
rds_export.py
import boto3
def lambda_handler(event, context):
client.start_export_task(
ExportTaskIdentifier="",
SourceArn="arn:aws:rds:us-east-1:",
S3BucketName="",
IamRoleArn=",
KmsKeyId="",
S3Prefix="rds-exports",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment