Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow generation of custom values for hash and range key #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robhughadams
Copy link

This PR should resolve #201

@robhughadams robhughadams force-pushed the master branch 3 times, most recently from cb20a3a to 28fd9d1 Compare June 22, 2023 16:49
@@ -1915,7 +1915,7 @@ describe('#validateServiceProxies()', () => {
expect(() => serverlessApigatewayServiceProxy.validateServiceProxies()).to.not.throw()
})

it('should not throw error if the "hashKey" is object and has both "pathParam" and "attributeType" properties', () => {
it('should not throw error if the "hashKey" is object and has both "keyName" and "attributeType" properties', () => {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a it('should not throw error if the "hashKey" is object and has both "pathParam" and "attributeType" properties', () => { on line 1876 so I repurposed this test.

@samwiseduzer
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DynamoDB: Allow generation of custom values for hash and range key
2 participants