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
Slack Monitor uses a DynamoDB table to store authenticated teams. Currently, this is expected to already exist and to be called slackmonitor. The auto-generated IAM role assigned to the Lambda function must also have the correct permissions to read and write to DynamoDB.
It would be much simpler if the DynamoDB table and permissions could automatically be set up through a CloudFormation config in serverless.yml.
The text was updated successfully, but these errors were encountered:
Slack Monitor uses a DynamoDB table to store authenticated teams. Currently, this is expected to already exist and to be called
slackmonitor
. The auto-generated IAM role assigned to the Lambda function must also have the correct permissions to read and write to DynamoDB.It would be much simpler if the DynamoDB table and permissions could automatically be set up through a CloudFormation config in
serverless.yml
.The text was updated successfully, but these errors were encountered: