Skip to content

Commit 2da11e1

Browse files
committed
Remove 'experimental' designation. Yay!
1 parent 0c33857 commit 2da11e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ or an
4646
||Step Function (here)|Lambda|
4747
|---:|:---:|:---:|
4848
|github.com/sqlxpert/|[**step**-stay-stopped-aws-rds-aurora](/../../#step-stay-stopped-rds-and-aurora)|[stay-stopped-aws-rds-aurora](https://github.com/sqlxpert/stay-stopped-aws-rds-aurora#stay-stopped-rds-and-aurora)|
49-
|Status|Experimental|Supported|
5049
|[EventBridge rule](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rules.html) target|Step Function|SQS queue, which feeds a Lambda function|
5150
|Lines of code|**< 200** JSON/[JSONata](https://docs.jsonata.org) lines|**> 300** Python lines|
5251
|Main file|[step_stay_stopped_aws_rds_aurora.asl.json](/step_stay_stopped_aws_rds_aurora.asl.json)|[stay_stopped_aws_rds_aurora.py](https://github.com/sqlxpert/stay-stopped-aws-rds-aurora/blob/main/stay_stopped_aws_rds_aurora.py)|

step_stay_stopped_aws_rds_aurora.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
AWSTemplateFormatVersion: "2010-09-09"
33

44
Description: |-
5-
Experimental Step Function to stop RDS and Aurora databases after the forced 7th-day start.
5+
Step Function to stop RDS and Aurora databases after the forced 7th-day start.
66
github.com/sqlxpert/step-stay-stopped-aws-rds-aurora GPLv3 Copyright Paul Marcelin
77
88
Parameters:

0 commit comments

Comments
 (0)