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.
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.
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.
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.
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.