Skip to content

Commit 99f8de7

Browse files
committed
chore: fixed spelling
1 parent 30fac95 commit 99f8de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unicorn_contracts/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Resources:
392392
Properties:
393393
RetentionInDays: !FindInMap [LogsRetentionPeriodMap, !Ref Stage, Days]
394394

395-
# IAM Role for Event Bridge Pipe
395+
# IAM Role for EventBridge Pipe
396396
ContractsTableStreamToEventPipeRole:
397397
Type: AWS::IAM::Role
398398
Properties:

unicorn_properties/src/properties_service/contract_status_changed_event_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def lambda_handler(event, context):
4040
Parameters
4141
----------
4242
event: dict, required
43-
Event Bridge Events Format
43+
EventBridge Events Format
4444
4545
context: object, required
4646
Lambda Context runtime methods and attributes

0 commit comments

Comments
 (0)