This serverless app posts messages to Slack.
- Create an AWS account if you do not already have one and login
- Go to the app's page on the Serverless Application Repository and click "Deploy"
- Provide the required app parameters (see parameter details below) and click "Deploy"
This lambda function expects to be called with a JSON array of strings, and will post each string to a Slack channel via a webhook.
To get a webhook URL for this application:
- Navigate to https://api.slack.com
- Click on the "Start Building" button
- Give your app a name and select a workspace
- Under "Add features and functionality" select "Incoming Webhooks"
- Turn on "Incoming Webhooks" and click "Add New Webhook to Workspace"
- Select the desired channel and click "Authorize"
- Copy the generated Webhook URL
SlackUrl
(required) - Webhook URL for integration with SlackLogLevel
(optional) - Log level for Lambda function logging, e.g., ERROR, INFO, DEBUG, etc. Default: INFO
LambdaToSlackName
- Lambda function name.LambdaToSlackArn
- Lambda function ARN.
This code is made available under the MIT license. See the LICENSE file.