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

chore: Update routing package dependency. Update custom agent env var… #271

Merged
merged 1 commit into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fhir-works-on-aws-authz-rbac": "4.1.1",
"fhir-works-on-aws-interface": "8.1.0",
"fhir-works-on-aws-persistence-ddb": "3.3.0",
"fhir-works-on-aws-routing": "5.1.0",
"fhir-works-on-aws-routing": "5.1.1",
"fhir-works-on-aws-search-es": "2.2.0",
"serverless-http": "^2.3.1",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ provider:
!Join ['', ['https://', !Ref UserPoolDomain, !Sub '.auth.${AWS::Region}.amazoncognito.com/oauth2']]
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
CUSTOM_USER_AGENT: 'AwsLabs/SO0128/2.4.0'
CUSTOM_USER_AGENT: 'AwsLabs/SO0128/2.5.0'
VALIDATOR_LAMBDA_ALIAS:
!If
- isUsingHapiValidator
Expand Down