Skip to content

issues Search Results · repo:serverless-components/aws-dynamodb language:JavaScript

Filter by

12 results
 (89 ms)

12 results

inserverless-components/aws-dynamodb (press backspace or delete to remove)

(node:16576) UnhandledPromiseRejectionWarning: Error: Unexpected Serverless Platform Streaming Error: WebSocket was closed before the connection was established at WebSocket.self.connection.onerror (/usr/local/lib/node_modules/serverless/node_modules/@serverless/platform-client/src/Connection.js:106:13) ...
  • ianzone
  • Opened 
    on Jan 13, 2022
  • #24

inputs: name: ${name}-${stage} attributeDefinitions: - AttributeName: mobileNumber AttributeType: S - AttributeName: orderId AttributeType: S - AttributeName: isSettle ...
  • aleksanderhayes
  • Opened 
    on Feb 21, 2021
  • #23

Hi, I m trying to add a database (dynamodb) into my serverless file, however I get this error: error: TypeError: childComponentInstance.init is not a function at Template.load (/usr/local/lib/node_modules/serverless/node_modules/@serverless/core/src/Component.js:116:34) ...
  • Arditc
  • 5
  • Opened 
    on Dec 4, 2020
  • #21

Do we need a different component for every table?
  • atymic
  • 2
  • Opened 
    on Sep 12, 2020
  • #19

It would be great to get support to be able to set the following settings. - Point-in-time recovery - Encryption Type Apologies if i missed them in the docs or code
enhancement
  • J3tto
  • 1
  • Opened 
    on Aug 20, 2020
  • #18

This is 1 of 2 features I believe would open this component up to wider use, particularly in shared AWS accounts. Is anyone currently working on adding this - before I give it a shot mysaelf?
  • PhilKershaw
  • 2
  • Opened 
    on Apr 20, 2020
  • #14

This is 1 of 2 features I believe would open this component up to wider use, particularly in shared AWS accounts. Is anyone currently working on adding this - before I give it a shot mysaelf?
  • PhilKershaw
  • 2
  • Opened 
    on Apr 20, 2020
  • #13

This component be able to be used with dynamodb local. This could be accomplished by implementing a method on the component: describeTable, that would output the cloudformation used to create the table. ...
  • barrysteyn
  • 1
  • Opened 
    on Oct 19, 2019
  • #8

Global secondary indexes seems is very important. Here is an idea how it could be supported: myTable: component: @serverless/aws-dynamodb inputs: name: nameOfTable # optional attributeDefinitions: ...
  • barrysteyn
  • 2
  • Opened 
    on Oct 14, 2019
  • #7

Having the table name generated makes sense to avoid errors and collisions but it might make it hard to find and work with dynamo tables in the aws console. What about prefixing the resourceId name with ...
good first issue
help wanted
  • dodgeblaster
  • 1
  • Opened 
    on Aug 24, 2019
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub