Rocket Squirrel Rocket Squirrel
Rocket Squirrel

A global community of coders, developers, and designers

February 2025
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

Categories


A global community of coders, developers, and designers


API2

Hosting Your Service on AWS Lambda

Abstract This article will go over hosting our RSS Feed Slack Bot we created earlier. If you have not followed along you can grab the code from Github. I chose to use AWS Lambda because it should cost less than a dedicated hosting solution, such as EC2. Also, I wanted to learn how to use AWS Lambda. Adding an AWS Lambda Hook Add this [...]

thewongguythewongguy

Create a Slack Bot for RSS Feeds

Abstract The goal of this project was to create a Slack Bot which would post blog updates into our Slack. This was born in part, due to laziness. I did not want to manually check for new posts and I had reached the RSS feed limit in my reader. I also wanted to learn AWS Lambda, S3, and the AWS SDK, boto3. I should note, this [...]

thewongguythewongguy