Lambda: add validations for PublishTo and inexistent capacity provider#13519
Lambda: add validations for PublishTo and inexistent capacity provider#13519anisaoshafi merged 2 commits intomainfrom
Conversation
Test Results - Preflight, Unit23 046 tests +45 21 201 ✅ +43 6m 9s ⏱️ -27s Results for commit 20d4617. ± Comparison against base commit ee8518d. This pull request removes 24 and adds 69 tests. Note that renamed tests count towards both.This pull request removes 1 skipped test and adds 3 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 1h 59m 17s ⏱️ - 35m 8s Results for commit 20d4617. ± Comparison against base commit ee8518d. This pull request removes 1770 and adds 11 tests. Note that renamed tests count towards both.This pull request removes 273 skipped tests and adds 1 skipped test. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 29m 53s ⏱️ - 24m 0s Results for commit 20d4617. ± Comparison against base commit ee8518d. This pull request removes 1414 and adds 11 tests. Note that renamed tests count towards both.This pull request removes 109 skipped tests and adds 1 skipped test. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
316524e to
7ae8368
Compare
7ae8368 to
d317f0f
Compare
|
|
||
| if "CapacityProviderConfig" in request: | ||
| capacity_provider_config = request["CapacityProviderConfig"] | ||
| self._validate_capacity_provider_config(capacity_provider_config, context) |
Motivation
Add validations for
PublishToand inexistent capacity provider for Lambda Managed Instances.Changes
Tests
Related
Closes DRG-298