Emmanuel Hadoux
Emmanuel Hadoux
### Describe the bug When defining a step scaling policy for a fargate service, the `BasicStepScalingPolicyProps` doesn't allow for the specification of how to treat the missing data for the...
I started with giving coherence to all the upgrade names such that: Upgrade{Race}{Type}Level{n}. This impacts `BasicCommandEvent.ability_name`. This change reflects `UpgradeCompleteEvent` names for the upgrades. However, some names have to be...
Looks like this line is problematic: https://github.com/m-radzikowski/aws-sdk-client-mock/blob/3981b97a249a05610f8751d86a5c3428959f0112/packages/aws-sdk-client-mock-jest/src/vitest.ts#L18 aws-sdk-client-mock: 4.1.0 aws-sdk-client-mock-jest: 4.1.0 Replacing with: ```typescript import { Instance } from 'chalk'; const chalk = new Instance({ level: 3 }); ``` seems...
Hello, I don't know if it's me but I'm rather confused by the whole `DynamoDBOperation` set of helpers in `@aws-appsync/utils/dynamodb`. I need to add to a `StringSet` in my mutation...