You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
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)
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 gettingaws_access_key_idandaws_secret_access_key. Nextly, I should create~/.aws/credentialsfiles for saving both key or just input toconfig.yaml(don't need to share). Finally, I should attach two policies to my IAM users,AWSLambdaFullAccess(for creating lambda function) andIAMFullAccess(perfomingiam:getUser). (I think Amazon provides more narrow polices)Summary,
Before run
lambda deployaws_access_key_idandaws_secret_access_key~/.aws/credentialsAWSLambdaFullAccessandIAMFullAccesslambda deployRegards