File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 poetry run flake8 scripts/* .py --config .flake8
1313 shellcheck scripts/* .sh
1414
15+ lint-samtemplates :
16+ poetry run cfn-lint -t SAMtemplates/* .yaml
17+
1518test : download-dependencies
1619 mvn test
1720
Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ Description: >
44 FHIR validator lambda
55
66Parameters :
7- VersionNumber :
8- Type : String
9- Description : Current release version
10- Default : " xxx"
11- CommitId :
12- Type : String
13- Description : Most recent commit hash
14- Default : " xxx"
157 LogLevel :
168 Type : String
179 Description : The log level to set in the lambda
@@ -76,6 +68,10 @@ Resources:
7668 Runtime : java21
7769 Layers :
7870 - !Sub " arn:aws:lambda:${AWS::Region}:580247275435:layer:LambdaInsightsExtension:38"
71+ Environment :
72+ Variables :
73+ AWS_LAMBDA_LOG_LEVEL : !Ref LogLevel
74+ POWERTOOLS_LOG_LEVEL : !Ref LogLevel
7975
8076Outputs :
8177 FHIRValidatorLambdaName :
You can’t perform that action at this time.
0 commit comments