Open
Description
Attempting to deploy a previously packaged serverless build that makes use of the example under Use with per alias resource heading in the README results in the error -
Template format error: Resource name myKinesis${self:provider.alias} is non alphanumeric.
Section in question:
resources:
Resources:
myKinesis${self:provider.alias}:
Type: AWS::Kinesis::Stream
Properties:
Name: my-kinesis-${self.provider.alias}
ShardCount: 1