Skip to content

Commit

Permalink
Merge pull request #189 from bissell-homecare-inc/fix_device_monitori…
Browse files Browse the repository at this point in the history
…ng_lambda_memory

device-monitoring: lambda memory size increase
  • Loading branch information
ts-amz authored Feb 14, 2024
2 parents b4bfd32 + 6001ddb commit e62ce70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@awssolutions/cdf-device-monitoring",
"comment": "increased lambda function size to 512MB",
"type": "none"
}
],
"packageName": "@awssolutions/cdf-device-monitoring"
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Resources:
FunctionName: !Sub 'cdf-deviceMonitoring-${Environment}'
CodeUri: ../bundle.zip
Handler: iot_lifecycle_event.lambda_handler
MemorySize: 128
MemorySize: 512
Role: !GetAtt IoTLifecycleLambdaRole.Arn
Runtime: nodejs18.x
Timeout: 29
Expand Down

0 comments on commit e62ce70

Please sign in to comment.