serverless-python-requirements
serverless-python-requirements copied to clipboard
retain option not valid for layer creation
When I try to create a layer with the retain option in true the plugin doesnt allow me to do my deploy, is this is going to be fixed? My fragment of that part is like below:
custom:
pythonRequirements:
layer:
name: layerserverlesstest
description: Only a test to create a layer
compatibleRuntimes:
- python3.7
compatibleArchitectures:
- x86_64
retain: true