Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / lambda / delete-provisioned-concurrency-config.rst
Size: Mime:
**To delete a provisioned concurrency configuration**

The following ``delete-provisioned-concurrency-config`` example deletes the provisioned concurrency configuration for the ``GREEN`` alias of the specified function. ::

    aws lambda delete-provisioned-concurrency-config \
        --function-name my-function \
        --qualifier GREEN