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

Commit 9daa3d8

Browse files
authoredMar 29, 2021
chore: Update routing package dependency. Update custom agent env variable with correct package version (#271)
1 parent a8817de commit 9daa3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"fhir-works-on-aws-authz-rbac": "4.1.1",
4242
"fhir-works-on-aws-interface": "8.1.0",
4343
"fhir-works-on-aws-persistence-ddb": "3.3.0",
44-
"fhir-works-on-aws-routing": "5.1.0",
44+
"fhir-works-on-aws-routing": "5.1.1",
4545
"fhir-works-on-aws-search-es": "2.2.0",
4646
"serverless-http": "^2.3.1",
4747
"yargs": "^16.2.0"

‎serverless.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ provider:
4747
!Join ['', ['https://', !Ref UserPoolDomain, !Sub '.auth.${AWS::Region}.amazoncognito.com/oauth2']]
4848
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
4949
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
50-
CUSTOM_USER_AGENT: 'AwsLabs/SO0128/2.4.0'
50+
CUSTOM_USER_AGENT: 'AwsLabs/SO0128/2.5.0'
5151
VALIDATOR_LAMBDA_ALIAS:
5252
!If
5353
- isUsingHapiValidator

0 commit comments

Comments
 (0)
This repository has been archived.