spinnaker-plugins / aws-lambda-deployment-plugin-spinnaker

Spinnaker plugin to support deployment of AWS Lambda functions via Spinnaker pipelines
Apache License 2.0
23 stars 22 forks source link

feat(concurrency): add support for delete provisioned and reserved concurrency #117

Closed Avi1235 closed 2 years ago

Avi1235 commented 2 years ago

This PR is to add a feature for the plugin - we are adding the possibility to delete both Provisioned and Reserved Concurrencies in deploying and routing Aws.lambda stages. I also cleaned two classes deleting unused imports

This updates on clouddriver are on this PR: clouddriver-pr

Avi1235 commented 2 years ago
Screen Shot 2022-06-24 at 1 15 52 PM Screen Shot 2022-06-24 at 1 31 34 PM
link108 commented 2 years ago

awesome, thank you!