Closed charleswhchan closed 7 years ago
Thanks for reporting this. I'm using input.replace(/\W/g, '')
in names.js and W
only matches for -
and not for _
. There should be more verbose tests to handle specials characters as well …
Deployment for v0.1.2
just started. This should include a fix of the regular expression to replace _
as well.
Thanks @sbstjn. That was quick 😄 👍
Tried using the plugin but ran into the following error:
This is my serverless.yml file:
If I add the autoscaling via the AWS Console, it will default to creating a "DynamoDBAutoScaleRole" or use an existing role:
Perhaps the easiest solution is to strip the underscore from the table name (if any) to create a valid resource name? What do you think?