Skip to content

Commit f3847cf

Browse files
Merge pull request #7 from codingforentrepreneurs/dev
Automated Pull Request from dev
2 parents 5ca7566 + 028eb68 commit f3847cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/secrets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const { SSMClient,
55
const AWS_REGION='us-east-2'
66
const STAGE = process.env.STAGE || 'prod'
77

8-
98
async function getDatabaseUrl(){
109
const DATABASE_URL_SSM_PARAM=`/serverless-nodejs-api/${STAGE}/database-url`
1110
const client = new SSMClient({region: AWS_REGION})

0 commit comments

Comments
 (0)