We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ca7566 + 028eb68 commit f3847cfCopy full SHA for f3847cf
src/lib/secrets.js
@@ -5,7 +5,6 @@ const { SSMClient,
5
const AWS_REGION='us-east-2'
6
const STAGE = process.env.STAGE || 'prod'
7
8
-
9
async function getDatabaseUrl(){
10
const DATABASE_URL_SSM_PARAM=`/serverless-nodejs-api/${STAGE}/database-url`
11
const client = new SSMClient({region: AWS_REGION})
0 commit comments