Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdk-patterns/serverless
/ rdsLambda.js
File
rdsLambda.js
the-rds-proxy/python/lambda_fns/rds/rdsLambda.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
const
AWS = require(
'aws-sdk'
);
3
AWS.config.update({ region:
'us-east-1'
});
4
var
client =
new
AWS.SecretsManager({
Callers
nothing calls this directly
Calls
1
sendRes
Function · 0.70
Tested by
no test coverage detected