Skip to content

Commit

Permalink
remove unnecessary Sub
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Jan 23, 2025
1 parent b84b5c1 commit aeb795e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Resources:
pStorageDeploymentInstance: dev
pDatasetDeploymentInstance: dev
pTriggerType: event
pEventPattern: !Sub >-
pEventPattern: >-
{
"source": ["aws.s3"],
"detail-type": ["Object Created"],
Expand All @@ -41,7 +41,7 @@ Resources:
pGlueNumberOfWorkers: 10
pGlueWorkerType: G.1X
pTriggerType: schedule
pEventPattern: !Sub >-
pEventPattern: >-
{
"source": ["aws.s3"],
"detail-type": ["Object Created"],
Expand Down

0 comments on commit aeb795e

Please sign in to comment.