Posts tagged with aws lambda
-
kddbot: JIRA to Confluence automation
Feb 14, 2018TL;DR: I implemented a small working poc that shows how to automatically create a Confluence page when a Jira ticket is created.
-
Fun project: HipChat integration with AWS Lambda
Apr 12, 2017TL;DR: I made a hobby project that gets the pull requests that still need code reviews from Bitbucket and posts a notification message on HipChat to inform developers. It’s written in JavaScript (nodeJS). Travis CI automatically deploys it to AWS as a Lambda function. AWS CloudWatch is used to trigger the function hourly.