python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Fetching AWS SecretManager Secret as Integer Value per CDK
I'm trying to fetch the Secret as integer Value (port number) per CDK in order to create another resource. Basically when I need a String value for String parameters everything is working fine, but wh...
ExceptionNotThrownException
Votes: 0
Answers: 1
JQ: How To Change A Value in JSON with embedded keys
I have the following JSON that is being returned from an AWS Secret:
{
"ARN": "MyArn",
"Name": "MySecret",
"SecretString": "{\"C...
KSS
Votes: 0
Answers: 4
lambda error when creating function for secrets rotation using terraform
Please can you help find the solution to my problem
I have tried quite a lot of google search ideas, like replaces hyphens with underscores.
I have also set the vpc_config to use public subnets, it wa...
chris-ellis
Votes: 0
Answers: 1
How to pass secrets/environment variables to Amplify Serverless Docker Container (Dockerfile)
I'm provisioning a serverless container (FastAPI) backend through Amplify (see https://docs.amplify.aws/cli/usage/containers/ ). I'm using the 'Deploy single container' workflow (https://docs.amplify....
Johannes
Votes: 0
Answers: 0