RocketChat and HuBot

  • Hubot

Hubot is your friendly robot sidekick.

https://hubot.github.com/

  • hubot-rocketchat

Hubot adapter for Rocket.Chat!

https://github.com/RocketChat/hubot-rocketchat

  • RocketChat – Guide – Create and run a bot

https://docs.rocket.chat/guides/bots/create-and-run-a-bot/hubot-bot

  • Hubot Documentation – Scripting

https://hubot.github.com/docs/scripting/

  • hubot-rocketchat and docker-compose.yml
version: '3'
 services:
   mybot:
     image: rocketchat/hubot-rocketchat
     environment:
       ROCKETCHAT_ROOM: 'my_room_test'
       RESPOND_TO_DM: 'true'
       LISTEN_ON_ALL_PUBLIC: 'false'
       ROCKETCHAT_USER: 'my_bot_username'
       ROCKETCHAT_PASSWORD: 'my_bot_password'
       ROCKETCHAT_URL: 'https://rocketchat.foobar.com'
       BOT_NAME: 'my_bot_nickname'
  • bearyinnovative / hubot-zabbix

https://github.com/bearyinnovative/hubot-zabbix

1 - Copy scripts/zabbix.coffee to hubot scripts
2 - Copy source package.json to hubot package.json

AWS Solutions – Video on demand (VOD)

  • Overview

https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/

  • Amazon CloudFront media streaming tutorials

https://aws.amazon.com/cloudfront/streaming/?nc1=h_ls

  • Main documentation

https://docs.aws.amazon.com/solutions/latest/video-on-demand/welcome.html

  • Resources & FAQ

https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/resources/

  • Source Code

An automated reference implementation leveraging AWS Step Functions and AWS Media Services to deploy a scalable fault tolerant Video on demand workflow

https://github.com/awslabs/video-on-demand-on-aws

  • Signing Amazon CloudFront URLs with AWS SDK for PHP Version 3

https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/cloudfront-example-signed-url.html

  • Using Identity-Based Policies (IAM Policies) for CloudFront

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/access-control-managing-permissions.html

  • AWS Elemental MediaConvert Pricing

https://aws.amazon.com/mediaconvert/pricing/?nc1=h_ls