Hi guys,
I see that apigee-access package is 3 years old since last updated but the current docs still refer to it. Anyway, after deploying my hosted package, and used apigee-access to retrieve my KVM, i get the error KeyValueMap is not available in this version' + e.
The comments in the code says
// We will get here if not on Apigee or on an older version
Am I using the wrong package here or am I missing something?
code line to get the kvm
apigee.getKeyValueMap(‘AWS-Cred’, ‘environment’);
Thanks.