Simon Walker
Simon Walker
## Motivation A customer had an issue when they used a non-string `Parameter` value, e.g.: ```yaml Parameters: MyValue: Type: Number Default: 5 ``` When this parameter is used within a...
## Motivation When using our CloudFormation implementation, we often don't change errors when they are raised. This usually means the user is faced with horrible Python tracebacks that require our...
To support out-of-tree builds, we need to use at least cfitsio version 4.5.0 Rest of description TBD
## 🤖 New release * `fitsio-sys`: 0.5.5 -> 0.6.0 (⚠API breaking changes) * `fitsio`: 0.21.7 -> 0.21.8 (✓ API compatible changes) ### ⚠`fitsio-sys` breaking changes ```text --- failure...
## Motivation This is the first step in trying to aim for parity with the old provider. This PR is around describing resources in particular. ## Changes * Add v2...
## Motivation In https://github.com/localstack/localstack/pull/9932 we implemented the events API which will be useful for general container management, however it introduced some flaky tests. We reverted it in #10025. This test...
- **Ensure CloudFormation tests are executed on service changes** ## Motivation TBD ## Changes - **Move test files** - **Validate api gateway tests** - **Revalidate tests**
Original issue: https://github.com/localstack/localstack/issues/12261 reported by @Garethp --- ### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior When attempting to run...
## Motivation TBD Closes UNC-57 ## Changes TBD