diff --git a/AssetInformationApi/serverless.yml b/AssetInformationApi/serverless.yml index 810487d..5f4a721 100644 --- a/AssetInformationApi/serverless.yml +++ b/AssetInformationApi/serverless.yml @@ -22,6 +22,7 @@ functions: name: ${self:service}-${self:provider.stage} handler: AssetInformationApi::AssetInformationApi.LambdaEntryPoint::FunctionHandlerAsync role: lambdaExecutionRole + timeout: 60 environment: ASSET_SNS_ARN: ${ssm:/sns-topic/${self:provider.stage}/asset/arn} ASSET_ADMIN_GROUPS: ${ssm:/ta-housing/${self:provider.stage}/asset-api-admin-allowed-groups}