Skip to content

Commit

Permalink
Add support for eventbridge scheduler (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Nov 16, 2022
1 parent 103bffa commit 728e617
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- Support for Scheduler

## 1.9.0

### Added
Expand Down
4 changes: 4 additions & 0 deletions src/DependencyInjection/AwsPackagesProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ public static function getAllServices(): array
'class' => \AsyncAws\SimpleS3\SimpleS3Client::class,
'package' => 'async-aws/simple-s3',
],
'scheduler' => [
'class' => \AsyncAws\Scheduler\SchedulerClient::class,
'package' => 'async-aws/scheduler',
],
'secrets_manager' => [
'class' => \AsyncAws\SecretsManager\SecretsManagerClient::class,
'package' => 'async-aws/secrets-manager',
Expand Down

0 comments on commit 728e617

Please sign in to comment.