Deploy as layer for AWS Lambda

Instructions for deploying avtomat-aws as a lambda layer to an AWS account.
Once deployed, lambda functions can access the package by having the layer attached.

Deployment

  1. Install the package in a target folder named python
    pip3 install avtomat-aws -t ~/path/to/python
    
  2. Create a zip archive of the folder
  3. Upload the zip archive to Lambda as a layer
  4. Attach the layer to lambda functions