File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments