Skip to content

Developer Access

0

How do you give access to a developer to serverlessrepo and should it be admin level or something else?

1 Answer
1
Accepted Answer

IAM best practice is to "Grant least privilege".

When you create custom policies, grant only the permissions required to perform a task. Start with a minimum set of permissions and grant additional permissions as necessary.

https://docs.aws.amazon.com/serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.html

Set the developer to allow only the necessary permissions

EXPERT
answered 3 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.