diff --git a/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml b/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml index b362a7843f..96b51569ff 100644 --- a/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml +++ b/examples/2016-10-31/cloudwatch-event-to-msteams/template.yaml @@ -45,7 +45,7 @@ Resources: Type: CloudWatchEvent Description: Detects EC2 Security Group Events to Send to Teams Properties: - EventBusName: default + EventBusName: event-bus-name Pattern: source: - "aws.ec2" diff --git a/samtranslator/__init__.py b/samtranslator/__init__.py index 20f9c7ea59..bac6c206fe 100644 --- a/samtranslator/__init__.py +++ b/samtranslator/__init__.py @@ -1 +1 @@ -__version__ = '1.16.0' +__version__ = '1.17.0'