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.
1 parent beab644 commit 3f1d825Copy full SHA for 3f1d825
index.js
@@ -2,8 +2,8 @@ const SecretsManager = require('./SecretsManager.js');
2
3
exports.handler = async (event) => {
4
// TODO implement
5
- var secretName = 'prod/api/eafndpoint';
6
- var region = 'us-east-1';
+ var secretName = '<SecreteName>';
+ var region = '<Region>';
7
var apiValue = await SecretsManager.getSecret(secretName, region);
8
console.log(apiValue);
9
const response = {
0 commit comments