Skip to content

Commit 273b18a

Browse files
authored
Generate EventBridge::putEvents() (#594)
* Generate EventBridge::putEvents() * Fixed tests * minor * Added changelog for core * Added more changelogs
1 parent 10c2791 commit 273b18a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## NOT RELEASED
4+
5+
- Added support for EventBridge.
6+
37
## 0.2.4
48

59
### Changed

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public static function getAllServices(): array
2929
'class' => \AsyncAws\DynamoDb\DynamoDbClient::class,
3030
'package' => 'async-aws/dynamo-db',
3131
],
32+
'event_bridge' => [
33+
'class' => \AsyncAws\EventBridge\EventBridgeClient::class,
34+
'package' => 'async-aws/event-bridge',
35+
],
3236
'lambda' => [
3337
'class' => \AsyncAws\Lambda\LambdaClient::class,
3438
'package' => 'async-aws/lambda',

0 commit comments

Comments
 (0)