Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
/ workspaces_bot Public archive

An AWS Lambda to handle slack slash commands for managing AWS Workspaces.

Notifications You must be signed in to change notification settings

yaleman/workspaces_bot

Repository files navigation

Role requirements

Attach policies:

  • AmazonWorkSpacesAdmin - Amazon managed policy

inline plicy to let it edit itself:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "lambda:UpdateFunctionConfiguration",
                "lambda:GetFunctionConfiguration"
            ],
            "Resource": [
                "arn:aws:lambda:*:*:function:workspacebot"
            ]
        }
    ]
}

About

An AWS Lambda to handle slack slash commands for managing AWS Workspaces.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •