From f8f57d77cb141e190e305531446925292e317383 Mon Sep 17 00:00:00 2001 From: Leblanc Date: Thu, 29 Aug 2019 06:34:25 +0100 Subject: [PATCH] fixed syntax error AWSXRayDaemonWriteAccess policy in CF template devops lab3 --- DevOps/3_XRay/uni-api/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevOps/3_XRay/uni-api/template.yml b/DevOps/3_XRay/uni-api/template.yml index 8e56d9b5..aa27df68 100644 --- a/DevOps/3_XRay/uni-api/template.yml +++ b/DevOps/3_XRay/uni-api/template.yml @@ -125,5 +125,5 @@ Resources: ManagedPolicyArns: - arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole - arn:aws:iam::aws:policy/AmazonDynamoDBFullAccess - - arn:aws:iam::aws:policy/AWSXRayDaemonWriteAccess + - arn:aws:iam::aws:policy/AWSXRayDaemonWriteAccess PermissionsBoundary: !Sub 'arn:${AWS::Partition}:iam::${AWS::AccountId}:policy/CodeStar_${ProjectId}_PermissionsBoundary'