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

DynamoDB_Table template issue #152

Closed
gxvigo opened this issue Feb 2, 2019 · 1 comment
Closed

DynamoDB_Table template issue #152

gxvigo opened this issue Feb 2, 2019 · 1 comment

Comments

@gxvigo
Copy link

gxvigo commented Feb 2, 2019

Hi There,
using the template: aws-cloudformation-templates/aws/services/DynamoDB/DynamoDB_Table.yaml
I receive the following error:
"An error occurred (ValidationError) when calling the CreateStack operation: Parameters: [HashKeyElementName] must have values"

Cheers.

@cmmeyer
Copy link

cmmeyer commented Feb 2, 2019

Hey @gxvigo,

It looks like this parameter requires an alphanumeric value. You need to pass in all parameter values when creating the stack. What value did you use?

Also we’re you creating the stack from the command line or console?

Here’s the allowed pattern for that parameter:

AllowedPattern: '[a-zA-Z0-9]*'
MinLength: '1'
MaxLength: '2048'

@mleziva mleziva closed this as completed Oct 6, 2023
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

No branches or pull requests

3 participants