Access AWS resources using Lambda function

0 votes
How can I configure my lambda function to use different AWS Resources? Can someone guide me through this?
Jan 28, 2019 in AWS by Nitesh
• 3,080 points
545 views

2 answers to this question.

0 votes

You basically grant permissions to the Lambda function that in turn access other resources using an IAM role. AWS Lambda uses these role while executing the Lambda function, so that you always retain full, secure control of exactly which of the AWS resources it can use. This way you can allow Lambda to use other AWS resources.

answered Jan 29, 2019 by Sunaina
0 votes
You can use AWS Identity and Access Management (IAM) to manage access to the Lambda API and resources like functions and layers. For users and applications in your account that use Lambda, you manage permissions in a permissions policy that you can apply to IAM users, groups, or roles. To grant permissions to other accounts or AWS services that use your Lambda resources, you use a policy that applies to the resource itself.
answered Jul 1, 2019 by vardy_ns

Related Questions In AWS

0 votes
1 answer

How to access AWS Lambda environment variables using Java?

In Spring Core change the PropertySourcesPlaceholderConfigurer class can ...READ MORE

answered Oct 24, 2018 in AWS by Priyaj
• 58,090 points
2,521 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Compile AWS function in Java

Standard tools like Maven or Gradle can ...READ MORE

answered Jan 29, 2019 in AWS by Arunima
697 views
0 votes
1 answer

Configure particular S3 bucket to call lambda function

Whenever you configure a S3 bucket which will send ...READ MORE

answered Jan 29, 2019 in AWS by Disha
325 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP