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

Commit

Permalink
update custom user string
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyanyu committed May 27, 2021
1 parent a3db7f8 commit 1372ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.7.0'
CUSTOM_USER_AGENT: 'AwsLabs/SO0128/2.8.0'
VALIDATOR_LAMBDA_ALIAS:
!If
- isUsingHapiValidator
Expand Down

0 comments on commit 1372ff7

Please sign in to comment.