Frank Schmid

Results 187 comments of Frank Schmid

I'll target this for 1.7+.

Can you try with the version in master instead of the NPM version? Just use `"serverless-aws-alias": "github:hyperbrain/serverless-aws-alias#master"` in your package.json. There are some new fixes with SNS there.

Is the `Route53Registration` function part of the project, or is it an external function reference?

@devkid I think you're right. In case the topic arn is external there should be no addition of the alias name. A way to fix this would be, to check...

Maybe I first explain what the problems we'll face are with a common APIG approach, so that everyone who comes here has the same understanding and we can come to...

Any volunteers who want to fix this? PRs appreciated.

Progress is now tracked in the project board

Ok. I'll check. Maybe the provider variable git broken with another fix.

I tested the behavior and committed a fix into a separate branch. The table name (and other properties) are now substituted correctly (e.g. `TableName: ${self:provider.alias}`. Nevertheless the resource name (`myKinesis${self:provider.alias}`)...

@eahefnawy @pmuens The use case here is the creation of per-alias resources (defined by the user). This would automatically rename the logical resource ids to include the alias name (see...