Running commands from Slack with AWS Chatbot

Today, my team launched a new feature that enables DevOps engineers to run commands from Slack using the AWS CLI syntax. My blog post on AWS DevOps blog covers the set up process, security, and top use cases. We also produced a short video that explains what your teams can do with AWS Chatbot and I did a live demo of the service at AWS re:Invent 2019.

· 1 min read · aws chatops

Introducing AWS Chatbot

Today my team announced AWS Chatbot, a new AWS service that makes ChatOps on AWS easy. My blog post on AWS DevOps blog covers the launch and the set up process in detail.

· 1 min read · aws chatops

Simple SNS to Telegram notifications bot

In this post I'll guide you through the steps to create a private Telegram bot that can send notifications from Amazon SNS to a one-on-one Telegram chat.

· 5 min read · chatops bots telegram lambda aws

How to build a Hugo website in AWS Lambda and deploy it to S3

This tutorial explains how to run Hugo in AWS Lambda and deploy a static website to Amazon S3.

· 9 min read · aws lambda

How to use AWS CLI within a Lambda function (aws s3 sync from Lambda)

A step-by-step process to enable AWS CLI within an AWS Lambda function.

· 6 min read · aws lambda

AWS Lambda: libstdc++.so.6 version GLIBCXX_3.4.20 not found error

Step-by-step guidance to fix the /usr/lib64/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found error in AWS Lambda when using a custom binary.

· 5 min read · aws lambda