Skip to content

Commit 92ca8e0

Browse files
author
Ryan Miville
committed
birdie formatting
1 parent 772e3d5 commit 92ca8e0

3 files changed

+18
-16
lines changed

birdie_snapshots/api_gateway_v2_http_request_with_no_authorizer.accepted

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
version: 1.2.3
2+
version: 1.2.4
33
title: API Gateway V2 HTTP request with no authorizer
4-
file: ./test/glambda_test.gleam
5-
test_name: api_gateway_v2_http_request_no_authorizer_test
64
---
75
ApiGatewayProxyEventV2(
86
version: "2.0",
@@ -13,9 +11,15 @@ ApiGatewayProxyEventV2(
1311
headers: dict.from_list([
1412
#("accept", "*/*"),
1513
#("content-length", "0"),
16-
#("host", "aaaaaaaaaa.execute-api.us-west-2.amazonaws.com"),
14+
#(
15+
"host",
16+
"aaaaaaaaaa.execute-api.us-west-2.amazonaws.com",
17+
),
1718
#("user-agent", "curl/7.58.0"),
18-
#("x-amzn-trace-id", "Root=1-5e9f0c65-1de4d666d4dd26aced652b6c"),
19+
#(
20+
"x-amzn-trace-id",
21+
"Root=1-5e9f0c65-1de4d666d4dd26aced652b6c",
22+
),
1923
#("x-forwarded-for", "1.2.3.4"),
2024
#("x-forwarded-port", "443"),
2125
#("x-forwarded-proto", "https"),
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
version: 1.2.3
2+
version: 1.2.4
33
title: EventBridge event
4-
file: ./test/glambda_test.gleam
5-
test_name: eventbridge_event_test
64
---
75
EventBridgeEvent(
86
id: "2ae770d1-0fca-7b58-8c30-9eb62405a12f",
@@ -14,8 +12,11 @@ EventBridgeEvent(
1412
source: "eventbridge.ryanmiville",
1513
detail: dict.from_list([
1614
#("metadata", dict.from_list([])),
17-
#("properties", dict.from_list([
18-
#("foo", "hello"),
19-
])),
15+
#(
16+
"properties",
17+
dict.from_list([
18+
#("foo", "hello"),
19+
]),
20+
),
2021
]),
2122
)

birdie_snapshots/sqs_event.accepted

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
version: 1.2.3
2+
version: 1.2.4
33
title: SQS event
4-
file: ./test/glambda_test.gleam
5-
test_name: sqs_event_test
64
---
75
SqsEvent(records: [
86
SqsRecord(
@@ -21,8 +19,7 @@ SqsEvent(records: [
2119
dead_letter_queue_source_arn: None,
2220
),
2321
message_attributes: dict.from_list([
24-
,
25-
]),
22+
]),
2623
md5_of_body: "e09fb73883f28f5d83a8ddbedcd8a1f5",
2724
event_source: "aws:sqs",
2825
event_source_arn: "arn:aws:sqs:us-east-1:000000000000:sqs-ryanmiville-MyQueueQueue",

0 commit comments

Comments
 (0)