Skip to content

Commit 2630dd3

Browse files
committed
Update
1 parent f4f0217 commit 2630dd3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ OpenControl lets you control your infrastructure with AI.
9999
const server = new sst.aws.OpenControl("MyServer", {
100100
server: {
101101
handler: "src/opencontrol.handler",
102-
link: [anthropicKey],
103-
},
102+
link: [anthropicKey]
103+
}
104104
})
105105
```
106106

@@ -114,8 +114,8 @@ OpenControl lets you control your infrastructure with AI.
114114
const server = new sst.aws.OpenControl("MyServer", {
115115
server: {
116116
handler: "src/opencontrol.handler",
117-
link: [bucket],
118-
},
117+
link: [bucket]
118+
}
119119
})
120120
```
121121

@@ -131,8 +131,8 @@ OpenControl lets you control your infrastructure with AI.
131131
handler: "src/opencontrol.handler",
132132
policies: $dev
133133
? ["arn:aws:iam::aws:policy/AdministratorAccess"]
134-
: ["arn:aws:iam::aws:policy/ReadOnlyAccess"],
135-
},
134+
: ["arn:aws:iam::aws:policy/ReadOnlyAccess"]
135+
}
136136
})
137137
```
138138

@@ -145,7 +145,7 @@ OpenControl lets you control your infrastructure with AI.
145145
```ts title="sst.config.ts"
146146
return {
147147
OpenControlUrl: server.url,
148-
OpenControlPassword: server.password,
148+
OpenControlPassword: server.password
149149
}
150150
```
151151

0 commit comments

Comments
 (0)