By JetBridge.
- arn:aws:lambda:us-west-2:898466741470:layer:paramiko-py37:1
- arn:aws:lambda:eu-central-1:898466741470:layer:paramiko-py37:1
- arn:aws:lambda:eu-west-1:898466741470:layer:paramiko-py37:1
- arn:aws:lambda:ap-southeast-2:898466741470:layer:paramiko-py37:1
If using serverless, you will need the following in your serverless.yml
:
custom:
pythonRequirements:
noDeploy:
- bcrypt
- paramiko
- cryptography
- nacl
- pycparser
- asn1crypto
- cffi
- boto3
- botocore
- docutils
Please use the layer that matches your region, or you will get a permissions error.
If you desire another region, please open an issue.