Skip to content

Commit

Permalink
fix(opensearchservice): OpenSearchLogGroupResourcePolicy unnecessaril…
Browse files Browse the repository at this point in the history
…y attempts to install latest SDK version
  • Loading branch information
victorchan314 committed May 24, 2024
1 parent c3003ab commit 5ca8f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class LogGroupResourcePolicy extends cr.AwsCustomResource {

super(scope, id, {
resourceType: 'Custom::CloudwatchLogResourcePolicy',
installLatestAwsSdk: false,
onUpdate: {
service: 'CloudWatchLogs',
action: 'putResourcePolicy',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class LogGroupResourcePolicy extends cr.AwsCustomResource {

super(scope, id, {
resourceType: 'Custom::CloudwatchLogResourcePolicy',
installLatestAwsSdk: false,
onUpdate: {
service: 'CloudWatchLogs',
action: 'putResourcePolicy',
Expand Down

0 comments on commit 5ca8f38

Please sign in to comment.