Access KVM from Extension callout

Hi,

I am trying to connect to lambda function using "Extension callout". While creating an extension below parameters are given.

AWS Lambda region* :

{
"region" : "us-east-1"
}

Credentials :

{
"accessKeyId" : access-key-ID,
"secretAccessKey" : secret-access-key
}

referred to : https://docs.apigee.com/api-platform/reference/extensions/aws-lambda/aws-lambda-extension-100

Key and secret are hard coded manually and created an extension. Is it possible to get key & secret from KVM.?

Thank you in advance.

Solved Solved
0 2 164
1 ACCEPTED SOLUTION

It's not possible. We recommend to store credentials in extension itself, it stores it securely as well.

View solution in original post

2 REPLIES 2

It's not possible. We recommend to store credentials in extension itself, it stores it securely as well.

Sorry for late reply..!!

Thank you very much @akhimich