Skip to content

Commit 1d21135

Browse files
committed
feat: add built-in envelopes
1 parent c498b77 commit 1d21135

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Built-in envelopes"""
2+
3+
API_GATEWAY_REST = "powertools(body)"
4+
API_GATEWAY_HTTP = API_GATEWAY_REST
5+
SQS = "Records[*].body"
6+
SNS = "Records[0].Sns.Message"
7+
EVENTBRIDGE = "detail"
8+
CLOUDWATCH_EVENTS_SCHEDULED = EVENTBRIDGE

0 commit comments

Comments
 (0)