Hi everyone. Can anyone please guide me whether th...
# help
a
Hi everyone. Can anyone please guide me whether the aws service calls get proxied from live lambda environment? Use case: My Lambda Handler has IAM permission access to a Secret stored on AWS Secret manager. Does the call to get secret work in live lambda environment?
f
Hey @Ahmed Moaz Asif, yeah it will work. Live Lambda environment will use the IAM credentials passed down from your Lambda Handler to make the secret call.