-
I noticed an issue with create/update methods where Model fields with `type: Object` that have empty strings are being removed unless you use the `nulls: true` param. For example:
```javascript
// m…
-
## :question: Global DynamoDB Tables with Multi Region Streams
### The Question
I am using the AWS CDK (Python) to create a DynamoDB global table.
```
globaltable = ddb.Table(
…
-
Hello, I'm working with workflow-core over AWS in a hight scalable data processing system.
I just want to say that works Awesome!. However, we are processing thousands of events per day and we hav…
-
Add support for AWS DynamoDB to Read, Write, Remove and Archive cmdlets (see https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html)
-
### Terraform Core Version
1.9.6
### AWS Provider Version
5.75.0
### Affected Resource(s)
aws_sagemaker_endpoint
### Expected Behavior
aws_sagemaker_endpoint recreation successful
### Actual B…
-
**Describe the bug**
I was trying to use the cli to execute a migration from version 0.0.3 to 0.0.1. I received the error above. After reviewing the code at https://github.com/sensedeep/onetable-cli/…
-
https://aws.amazon.com/blogs/machine-learning/create-a-next-generation-chat-assistant-with-amazon-bedrock-amazon-connect-amazon-lex-langchain-and-whatsapp/
Solution deployment
…
-
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.AwsIntegrationProps.html
The type for `service` (name) is simply `string`, while this may be adequate for services …
-
## Describe the bug
TS types seems to cause an issue when unmarshing a dynamoStream
```console
Argument of type '{ [key: string]: AWSLambda.AttributeValue; }' is not assignable to parameter of ty…
-
AWS has introduced [service endpoint env vars](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-envvars.html)
This allows for setting the following env vars when using aws-sdk-v2:
> AW…