Skip to content

Commit

Permalink
change to str
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixing Xu committed Sep 5, 2023
1 parent 3d22448 commit 6c29f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/develop/namespaced/sqs-queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ template:
path: sqs-queue.yaml
parameters:
MessageRetentionPeriod: '86400'
ReceiveMessageWaitTimeSeconds: 20
VisibilityTimeout: 120
ReceiveMessageWaitTimeSeconds: '20'
VisibilityTimeout: '120'
S3SourceBucketArn: !stack_output_external recover-dev-input-bucket::BucketArn
dependencies:
- develop/namespaced/s3-to-glue-lambda.yaml
Expand Down

0 comments on commit 6c29f29

Please sign in to comment.