Skip to content

Commit 1ca01fd

Browse files
committed
feat(s3): Add connections to iamRole, lambda, sns and sqs services
1 parent 08337b9 commit 1ca01fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/s3/connections.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ export default ({
144144
}
145145
}
146146

147-
const cfStackResult = {
147+
const s3Result = {
148148
[id]: connections,
149149
}
150-
return cfStackResult
150+
return s3Result
151151
}

0 commit comments

Comments
 (0)