serverless-python-requirements icon indicating copy to clipboard operation
serverless-python-requirements copied to clipboard

retain option not valid for layer creation

Open dmtzs opened this issue 3 years ago • 0 comments

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

dmtzs avatar May 10 '22 05:05 dmtzs