Lukas Siemon
Lukas Siemon
Untested, but this should work exactly the same
Untested, but this should work exactly the same
It is not immediately clear that the default value is not a "request" default, but actually translates to `if_not_exists`. This should be improved in the documentation.
Preference is to not have two definitions for the same table: So how can we either create a table through the api or/and generate a cloudformation template? If this is...
We noticed that this library doesn't deduplicate `ExpressionAttributeNames` or `ExpressionAttributeValues` Example request ```json { "TableName": "...............", "Key": { "id": { "S": "ecf9e8ee-8518-4b7c-b3c0-4e308e9bbeaa" } }, "UpdateExpression": "SET #slug = :slug, #inputString...
When using `limit: Int @constraint(uniqueTypeName: "Int", min: 1, max: 200)`, I would expect the validation to still run. However no errors are generated. Is this expected behavior? Is this something...
I'm trying to use external variables from an external configuration file and internal variables from serverless.yml as environment variables. I've tried ```yml environment: STAGE: ${self:provider.stage} REGION: ${self:provider.region}
This has been [requested before](https://github.com/greenkeeperio/greenkeeper/issues/253), but the ticket was closed with the reason "Single-PR defies the purpose of knowing which dependency update broke the build." - That might be true,...
The `captureSpacesBetweenElements` option works extremely well. However the option space for a self closing element is not captured, e.g. `` vs ``. I'm currently solving this as following, but wondering...
I'm trying to extend functionality for mouse buttons, so that we can hook other functionality plus the existing one (I.e. The left mouse button should still pass through to the...