Frank Schmid

Results 187 comments of Frank Schmid

Hi @dancoates . Good catch 👍 You're absolutely right. The plugin *depends* on enabled function versioning, as otherwise no aliases can be used at all. Maybe the best solution here...

Hey @blackbarn , thanks for bringing this up. If the alerts plugin modifies functions and the CF stack, the order in the plugins array in your `serverless.yml` is important. Then...

@blackbarn Thanks for testing. So I assume we need to add support for both plugins. I'm sure that both add resources that depend on the api gateway deployment, which is...

Hi @beldougie , yes this is still on the roadmap, but there was no update yet. I agree that supporting the plugin is needed. It seems that the mapping resource...

Hi @defendertx , yes you're right. External references should not be altered but just used as is. I recently merged PR #102 and think that addresses exactly your problem. Can...

Good to know. I'll do a release soon.

@ColeTMNZ The CF resolution in Serverless should resolve _before_ the alias plugin is used. But could you do a `serverless package` and check in the generated `.serverless/cloudformation......json` if the arn...

@ColeTMNZ Yes it is. I think we have to improve the detection algorithm for external authorizers, because right now it seems to miss this case.

@ColeTMNZ Can you try with the master branch if the issue is solved. I just merged #113 . If it solved your problem, I'll close this one and will release...