Skip to content

Commit d65264f

Browse files
authored
Merge pull request #143 from aws-samples/spy_dev
fix bug
2 parents 3a1dfde + 1eda776 commit d65264f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/resources/lib/ecs/ecs-stack.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ constructor(scope: Construct, id: string, props: cdk.StackProps
125125
actions: [
126126
"sagemaker:InvokeEndpoint",
127127
"sagemaker:DescribeEndpoint",
128-
"sagemaker:ListEndpoints",
129-
"sagemaker:"
128+
"sagemaker:ListEndpoints"
130129
],
131130
resources: [
132131
`arn:${this.partition}:sagemaker:${cdk.Aws.REGION}:${cdk.Aws.ACCOUNT_ID}:endpoint/*`

0 commit comments

Comments
 (0)