Created
June 9, 2021 21:14
-
-
Save ivansabik/bc9535e48c0ff3c580795979b05eebcb to your computer and use it in GitHub Desktop.
rds_export.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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