python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get ConnectionString from Secrets.json in Asp.Net Core 6?
I am new to Asp.Net Core and EF. I am developing a simple CRUD from database-end, using the Secrets.json file to hide my connection string credentials.
But I don't know how to reference the file using...

Fandango68
Votes: 0
Answers: 2
How to set process.env from a function?
I'm very open to learning if there's a better "best practices" way to do this, but I have some scripts that I run occasionally that edit a database, and so I need to pass the DB password for...
singmotor
Votes: 0
Answers: 2
AWS sam cli local invoke lambda with secrets manager port undefined
I am trying to test my lambda function locally using sam local invoke. Error says UnknownEndpoint: Inaccessible host: secretsmanager.us-east-1.amazonaws.com' at port undefined'
This error is being thr...
Jaf
Votes: 0
Answers: 1