View source: R/lambda_operations.R
lambda_delete_layer_version | R Documentation |
Deletes a version of an Lambda layer. Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it.
See https://www.paws-r-sdk.com/docs/lambda_delete_layer_version/ for full documentation.
lambda_delete_layer_version(LayerName, VersionNumber)
LayerName |
[required] The name or Amazon Resource Name (ARN) of the layer. |
VersionNumber |
[required] The version number. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.