Serverless Slack Commands with Ruby: Fun with AWS Image Recognition
Axel Molina
·
February 02, 2021
·
10 min read
This post will detail the steps to get a serverless slack command running on AWS Lambda using the Jets Serverless Ruby framework. We’ll make something fun: a command that takes in a URL, scrapes all the images on the page, filters the images using AWS image recognition, and posts the filtered images to the current slack channel. For example:
Read more →