File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,12 @@ private async Task CreateContractAsync(SQSEvent.SQSMessage sqsMessage)
155
155
"ContractLastModifiedOn" ,
156
156
new AttributeValue { S = contract . ContractLastModifiedOn . ToString ( "O" ) }
157
157
}
158
- }
158
+ }
159
159
} ;
160
160
161
161
Logger . LogInformation ( JsonSerializer . Serialize ( request ) ) ;
162
162
163
- var response = await _dynamoDbClient . PutItemAsync ( request ) . ConfigureAwait ( false ) ;
163
+ var response = await _dynamoDbClient . PutItemAsync ( request ) ;
164
164
165
165
Logger . LogInformation ( response ) ;
166
166
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ Globals:
45
45
Api :
46
46
OpenApiVersion : 3.0.1
47
47
Function :
48
- Runtime : dotnet6
48
+ Runtime : dotnet8
49
49
MemorySize : 512
50
- Timeout : 3
50
+ Timeout : 10
51
51
Tracing : Active
52
52
Architectures :
53
53
- x86_64
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public ContentIntegrityValidatorFunction()
37
37
/// <param name="context">Lambda Context runtime methods and attributes</param>
38
38
[ Logging ( LogEvent = true ) ]
39
39
[ Metrics ( CaptureColdStart = true ) ]
40
- // [Tracing(CaptureMode = TracingCaptureMode.ResponseAndError)]
40
+ [ Tracing ( CaptureMode = TracingCaptureMode . ResponseAndError ) ]
41
41
public object FunctionHandler ( object input , ILambdaContext context )
42
42
{
43
43
var status = "PASS" ;
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ Conditions:
44
44
45
45
Globals :
46
46
Function :
47
- Runtime : dotnet6
47
+ Runtime : dotnet8
48
48
MemorySize : 512
49
- Timeout : 15
49
+ Timeout : 10
50
50
Tracing : Active
51
51
Architectures :
52
52
- x86_64
@@ -469,16 +469,16 @@ Resources:
469
469
Stage : !Ref Stage
470
470
471
471
# CloudFormation Stack with the Cross-service EventBus Rules for Properties Service
472
- # SubscriptionsStack:
473
- # Type: AWS::Serverless::Application
474
- # UpdateReplacePolicy: Delete
475
- # DeletionPolicy: Delete
476
- # DependsOn:
477
- # - UnicornPropertiesEventBusArnParam
478
- # Properties:
479
- # Location: "Integration/subscriptions.yaml"
480
- # Parameters:
481
- # Stage: !Ref Stage
472
+ SubscriptionsStack :
473
+ Type : AWS::Serverless::Application
474
+ UpdateReplacePolicy : Delete
475
+ DeletionPolicy : Delete
476
+ DependsOn :
477
+ - UnicornPropertiesEventBusArnParam
478
+ Properties :
479
+ Location : " Integration/subscriptions.yaml"
480
+ Parameters :
481
+ Stage : !Ref Stage
482
482
483
483
Outputs :
484
484
# ### DYNAMODB OUTPUTS
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ Globals:
45
45
Api :
46
46
OpenApiVersion : 3.0.1
47
47
Function :
48
- Runtime : dotnet6
48
+ Runtime : dotnet8
49
49
MemorySize : 512
50
- Timeout : 15
50
+ Timeout : 10
51
51
Tracing : Active
52
52
Architectures :
53
53
- x86_64
You can’t perform that action at this time.
0 commit comments