Skip to content

Commit b469773

Browse files
committed
feat: Handle TODOs for ecs task
1 parent 0ccccc6 commit b469773

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/services/ecsTask/format.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export default ({
3838
stoppedAt,
3939
stoppedReason,
4040
stoppingAt,
41-
taskDefinitionArn,
4241
version,
4342
ephemeralStorage,
4443
Tags,

src/services/ecsTask/schema.graphql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#TODO: add iam role connection
21
type awsEcsTask @key(fields: "arn") {
32
id: String! @id @search(by: [hash])
43
arn: String! @id @search(by: [hash, regexp])

0 commit comments

Comments
 (0)