ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

Update README.md with IAM policy #64

Closed daverickdunn closed 4 years ago

daverickdunn commented 4 years ago

Added list of required resources and a sample policy.

daverickdunn commented 4 years ago

If you do decide to merge, maybe remove the condition block from the IAM policy. There appears to be a bug with IAM at the moment. ie. remove:

            "Condition": {
                "IpAddress": {
                    "aws:SourceIp": "<SOURCE IP AND BITMASK>"
                }
            }

Cheers for the repo! I use it loads!

ca98am79 commented 4 years ago

thanks - could you remove the condition block? Then I will merge this request. Thank you

daverickdunn commented 4 years ago

Cool. Updated.

ca98am79 commented 4 years ago

thanks!