Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 2, 2024
1 parent 8e3b6f0 commit 423edc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks/secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export function Secrets({ stack, app }: StackContext) {
const SECRET_1 = new Config.Secret(stack, 'SECRET_1')

// grant your app permissions to access the SST secrets
app.addDefaultFunctionBinding([SECRET_1])
// you need to set values to enable bindings
// app.addDefaultFunctionBinding([SECRET_1])

return { secrets, SECRET_1 }
}

0 comments on commit 423edc7

Please sign in to comment.