You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynamodb-eventbridge-scheduler/README.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Dynamic EventBridge Scheduler from DynamoDB Streams
1
+
# Dynamic Amazon EventBridge Scheduler from Amazon DynamoDB Streams
2
2
3
3
This pattern demonstrates how to dynamically create, update, and delete Amazon EventBridge Scheduler schedules based on changes in a DynamoDB table using DynamoDB Streams.
4
4
@@ -21,7 +21,7 @@ Important: this application uses various AWS services and there are costs associ
21
21
```
22
22
2. Change directory to the pattern directory:
23
23
```
24
-
cd dynamodb-eventbridge-scheduler
24
+
cd serverless-patterns/dynamodb-eventbridge-scheduler
25
25
```
26
26
3. From the command line, use AWS SAM to build and deploy the AWS resources for the pattern as specified in the template.yml file:
27
27
```
@@ -87,7 +87,7 @@ EventBridge Scheduler invokes TargetLambdaFunction at scheduled time
87
87
88
88
### Verify Auto-Created Test Schedule
89
89
90
-
After deployment, a test schedule is automatically created that fires 2 minutes later:
90
+
After deployment, a test schedule is automatically created that fires 5 minutes later (UTC time):
0 commit comments