Skip to content

Commit 63a73fc

Browse files
committed
Fixed intro paragraph of README file.
1 parent 6534cbd commit 63a73fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
aws-backup-lambda
22
=================
33

4-
This project aims to create an AWS Lambda function that can be used to create and manage EBS and RDS snapshots. The Lambda function takes new backups when scheduled to, and manages the deletion of the old ones based on maintaining a upper threshold of backups.
4+
A utility AWS lambda function to manage EBS and RDS snapshot backups.
5+
6+
The Lambda function takes new backups when executed, and manages the deletion of the old ones when the upper limit is reached.
57

68
The origin of this project comes from: https://github.com/evannuil/aws-snapshot-tool
79

0 commit comments

Comments
 (0)