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

Commit

Permalink
chore: Update routing package dependency. Update custom agent env var…
Browse files Browse the repository at this point in the history
…iable with correct package version (#271)
  • Loading branch information
nguyen102 authored Mar 29, 2021
1 parent a8817de commit 9daa3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 9daa3d8

Please sign in to comment.