pyTenable
pyTenable copied to clipboard
Package pyTenable as an AWS Lambda Layer for use in Lambda functions
Is your feature request related to a problem? Please describe. When building AWS Lambda functions, you must provide all libraries within a zip archive in order to use that library within your Lambda function code. AWS supports a feature called Lambda Layers that lets you package libraries into a layer that you can pull in to all your
Describe the solution you'd like An automated process that creates and publishes pyTenable as a Lambda Layer for use with AWS Lambda functions.
Describe alternatives you've considered N/A
Additional context I have a pull request with the Github Action workflow necessary to achieve this that I will open shortly.