We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeee3b6 commit 5dcad20Copy full SHA for 5dcad20
lambda-events/src/fixtures/example-eventbridge-schedule.json
@@ -0,0 +1,13 @@
1
+{
2
+ "version": "0",
3
+ "id": "53dc4d37-cffa-4f76-80c9-8b7d4a4d2eaa",
4
+ "detail-type": "Scheduled Event",
5
+ "source": "aws.events",
6
+ "account": "123456789012",
7
+ "time": "2015-10-08T16:53:06Z",
8
+ "region": "us-east-1",
9
+ "resources": [
10
+ "arn:aws:events:us-east-1:123456789012:rule/my-scheduled-rule"
11
+ ],
12
+ "detail": {}
13
+}
0 commit comments