Deploy an AWS Lamba Function as Docker container and invoke it from Slack

Ioannis Moustakis
FAUN — Developer Community 🐾
7 min readFeb 14, 2021

--

Photo by Joe Caione on Unsplash

A guide to set up an AWS Lambda function with a Docker container as runtime using Amazon ECR and invoke it from Slack leveraging AWS Chatbot.

Introduction

In this article, we are going to create an AWS Lambda function via a custom Docker image and then learn how we can invoke this function from Slack

--

--