File tree Expand file tree Collapse file tree
src/main/java/software/nhs/FHIRValidator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ Transform: AWS::Serverless-2016-10-31
33Description : >
44 FHIR validator lambda
55
6-
7- # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
8- Globals :
9- Function :
10- Timeout : 600
11- MemorySize : 4096
12- Architectures :
13- - x86_64
14- Runtime : java21
15-
166Resources :
177 FHIRValidatorResources :
188 Type : AWS::Serverless::Application
@@ -36,7 +26,13 @@ Resources:
3626 SnapStart :
3727 ApplyOn : PublishedVersions
3828 AutoPublishAlias : snap
39-
29+ Timeout : 600
30+ MemorySize : 4096
31+ Architectures :
32+ - x86_64
33+ Runtime : java21
34+ Layers :
35+ - !Sub " arn:aws:lambda:${AWS::Region}:580247275435:layer:LambdaInsightsExtension:38"
4036
4137
4238Outputs :
Original file line number Diff line number Diff line change 11package software .nhs .FHIRValidator ;
22
3- import java .io .ByteArrayOutputStream ;
43import java .io .IOException ;
5- import java .io .InputStream ;
64import java .util .List ;
75import java .util .stream .Collectors ;
86
You can’t perform that action at this time.
0 commit comments