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 8cdcc7c commit 20f3de2Copy full SHA for 20f3de2
testdata/api-request-event.json
@@ -0,0 +1,14 @@
1
+{
2
+ "requestContext": {
3
+ "requestId": "test-request-id",
4
+ "http": {
5
+ "method": "GET",
6
+ "path": "/v1/info"
7
+ }
8
+ },
9
+ "headers": {
10
+ "accept": "application/json"
11
12
+ "rawPath": "/v1/info",
13
+ "rawQueryString": ""
14
+}
testdata/cross-account-event.json
+ "account": "123456789012",
+ "region": "us-east-1",
+ "detail-type": "EC2 Instance State-change Notification",
+ "source": "aws.ec2",
+ "time": "2025-12-18T10:00:00Z",
+ "resources": [
+ "arn:aws:ec2:us-east-1:123456789012:instance/i-1234567890abcdef0"
+ ],
+ "detail": {
+ "instance-id": "i-1234567890abcdef0",
+ "state": "running"
0 commit comments