Cost Effective Test Automation for AWS Lambda based Serverless Projects
  [draft]

You can invoke your Lambda function locally by using the sam local invoke command and providing its function logical ID and an event file. We have built a framework using AWS SAM SDK and Pytest to test our Lambda functions before every production deployment. The tests are run inside the Jenkins server itself. No dependency on real AWS account. Read more here: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-invoke.html I’ll update the post with more information very soon....

1 min · Chetan Gole

Integrate Microsoft Teams with Robot Automation Framework
  [draft]

I have created a Robot Framework listener for Microsoft Teams, the source code is available here: https://github.com/chetangole/robot-framework-listener-ms-teams Feel free to use and provide feedback.

1 min · Chetan Gole