Schedule Lamda function writing to a DynamoDB
Now that we have a working bot and error logging in Slack. We want to be able to record daily information in a database to compare it with the previous month to see if there is an increase or not. How to trigger a lambda at a specific time? Create a new lambda function, and…
Notification in Slack when Lambda Fails
We have a Slack bot running off of Lambda functions, but when they fail, we don’t have any idea. Unless we check the logs. It would be nice for us to get notified when one of our Lambda functions fails in Slack. To do this we need to create new lambda function and add a…
Follow My Blog
Get new content delivered directly to your inbox.