Skip to content
#

aws-dynamodb

Here are 777 public repositories matching this topic...

pgrzesik
pgrzesik commented Apr 11, 2022

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

Currently, we have websocket-related properties configured directly on provider level:

  • provider.websocketsApiName
  • provider.websocketsApiRouteSelectionExpression
  • provider.websocketsDescription

This is not consistent with how iam, httpApi or

good first issue refactor help wanted deprecation
michael-pont
michael-pont commented Feb 20, 2022

I have a sortKey that is a number enum:

export enum OfficeStatus {
  IN_OFFICE = 0,
  REMOTE = 1,
}

When querying this particular GSI which uses the officeStatus value as a sortkey, typedorm returns no items when setting the value equal to 0. When setting to 1, I get the users with officeStatus = 1.
As a test, I changed the above enum to have values 1 and 2 and changed my test dat

bug good first issue effort small

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.

  • Updated Apr 29, 2022
  • TypeScript

Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.

  • Updated Apr 29, 2022
  • HCL

Improve this page

Add a description, image, and links to the aws-dynamodb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-dynamodb topic, visit your repo's landing page and select "manage topics."

Learn more