Skip to main content

Introduction

The purpose of this page is to support you in your journey to learn how to run Robot Framework tests on AWS Lambda.

It will explain how

  • Set up your environment
  • Set up your project
  • Use AWS SAM syntax to
    • define your Lambda function
    • its event sources
    • its resources
    • its permissions
  • Create Dockerimages for your Lambda function
  • Deploy your Lambda function to AWS