Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

AWS Selenium Lambda Layer + AWS Lambda Function Full Template

Notifications You must be signed in to change notification settings

kevsersrca/lambda-selenium-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AWS Selenium Lambda Layer + AWS Lambda Function Full Template

This is an example of set up Selenium testing with AWS lambda layers Python3.6

File Structure

── /seleniumLayer/
  ├── /selenium
  │  └──/python/
  │   └── /lib/
  │     └── /python3.6/*
  ├── /chromedriver/
  │ ├── /chromedriver
  │ └── /headless-chromium
  └── /serverless.yaml
── /lambda/
  ├── /handler.py
  └── /serverless.yaml

Deploy Lambda Layers

Go to root directory of project

$ cd seleniumLayer
$ sls deploy

Deploy Lambda Function

Go to root directory of project

$ cd lambda
$ sls deploy

Start Testing

Go to root directory of project

$ cd lambda
$ sls invoke --function hello

About

AWS Selenium Lambda Layer + AWS Lambda Function Full Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages