Welcome to
Create a Serverless Slackbot with AWS Lambda and Python
Course Syllabus and Content
Introduction
1 Lesson
In true newline-fashion, we'll get rolling with a practical application right away. We're creating a fully functional, dice-rolling chat bot for Slack!
Configuring Your AWS Environment
2 Lessons
There's no
AWS Lambda
withoutAWS
. That means we'll need a few AWS resources created and configured on the AWS side of things to develop and effectively.Here, we'll configure an
AWS Workspace
orAWS EC2 Instance
as the development environment to use for developing for AWS Lambda.
Configuring Your Local Machine
3 Lessons
We can comfortably develop for AWS Lambda with python on any modern Operating System
We will be using the AWS Lambda runtime for the latest stable version of Python 3 -
python3.7
.The easiest way to configure our local development with our credentials is to run the command
aws configure
Creating Hello-world Lambda
5 Lessons
Creating Dicebot Lambda
5 Lessons