Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: ISSUE-639 enabled reuse of https sockets in the aws-sdk (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Lohmeier <[email protected]>
  • Loading branch information
Zambonilli and Mike Lohmeier authored Jun 15, 2022
1 parent 2cca630 commit 432d4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions auditLogMover/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ provider:
CLOUDWATCH_EXECUTION_LOG_GROUP: !ImportValue CloudwatchAccessLogGroup-${opt:stage, self:provider.stage}
AUDIT_LOGS_BUCKET: !Ref AuditLogsBucket
STAGE: ${opt:stage, self:provider.stage}
AWS_NODEJS_CONNECTION_REUSE_ENABLED: '1'
variableSyntax: "\\${((?!AWS)[ ~:a-zA-Z0-9._@'\",\\-\\/\\(\\)]+?)}" # Use this for allowing CloudFormation Pseudo-Parameters in your serverless.yml
iamRoleStatements:
- Action:
Expand Down
1 change: 1 addition & 0 deletions serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ provider:
ENABLE_MULTI_TENANCY: !Ref EnableMultiTenancy
ENABLE_SUBSCRIPTIONS: !Ref EnableSubscriptions
LOG_LEVEL: '${self:custom.logLevel}'
AWS_NODEJS_CONNECTION_REUSE_ENABLED: '1'
apiKeys:
- name: 'developer-key-${self:custom.stage}' # Full name must be known at package-time
description: Key for developer to access the FHIR Api
Expand Down

0 comments on commit 432d4a8

Please sign in to comment.