Skip to content

Commit cf6313f

Browse files
author
Shreya
authored
chore: bump up translator version (#1279)
1 parent 80db8dd commit cf6313f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Resources:
4545
Type: CloudWatchEvent
4646
Description: Detects EC2 Security Group Events to Send to Teams
4747
Properties:
48-
EventBusName: default
48+
EventBusName: event-bus-name
4949
Pattern:
5050
source:
5151
- "aws.ec2"

samtranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.16.0'
1+
__version__ = '1.17.0'

0 commit comments

Comments
 (0)