Closed TheDeveloper closed 7 years ago
sam local currently fails if dashes are present in the resource name.
This change makes it so that dashes in front of uppercase chars are also removed.
For example, a function name called Serverless-function-Name will now be renamed to ServerlessFunctionName in the resulting sam template.
Serverless-function-Name
ServerlessFunctionName
sam local currently fails if dashes are present in the resource name.
This change makes it so that dashes in front of uppercase chars are also removed.
For example, a function name called
Serverless-function-Name
will now be renamed toServerlessFunctionName
in the resulting sam template.