-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
Thanks for this project and I followed the README very easily, but I think README needs some supplement for new users of AWS (like me).
While I was following that README, Before running of lambda deploy, I should create IAM users for getting aws_access_key_id and aws_secret_access_key. Nextly, I should create ~/.aws/credentials files for saving both key or just input to config.yaml (don't need to share). Finally, I should attach two policies to my IAM users, AWSLambdaFullAccess (for creating lambda function) and IAMFullAccess (perfoming iam:getUser). (I think Amazon provides more narrow polices)
Summary,
Before run lambda deploy
- Create IAM users
- Get
aws_access_key_idandaws_secret_access_key - Save above keys to
~/.aws/credentials - Attach
AWSLambdaFullAccessandIAMFullAccess - Run
lambda deploy
Regards
superstrong, nficano, barnabygordon, mpaolino and kanghuawu
Metadata
Metadata
Assignees
Labels
No labels