Frank Schmid
Frank Schmid
I merged the fix for the property values part. The issue will be kept open until the property based variable substitution has been added to the Serverless framework. In the...
An alternative here would be that we create a new configuration section in `serverless.yml` named `aliasResources` with the same layout as the `resources` property. The difference would be that all...
Currently the APIG deployed stage details cannot be shown. It seems that there is a bug in AWS::APIGateway::getDeployment() that prevents the return of the apiSummary object, which we need here....
AWS confirmed that there is a bug in the ApiGateway REST API. So I keep this as "blocked" until I receive further information.
Got an answer. There is a workaround to get the API summary information on a deployed APIG stage. > Meanwhile you can consider trying to manually retrieve the apisummary by...
@mbruning24 Thanks for the report. Oh, I think you're right. Deployment & co use S3 already (in the same way as Serverless does), but remove alias also generates a new...
@dgoradia Thanks for helping out 👍 . The remove command is a separate file and the specific errorneous line is here: https://github.com/HyperBrain/serverless-aws-alias/blob/master/lib/removeAlias.js#L158 Instead of putting the template into the `TemplateBody`...
The README keeps growing and is getting confusing over time. I'm looking for a better way to document the plugin. Does anyone have experience with that - e.g. the use...
Thanks for the suggestions. I had a look at the projects and the general layout of the two project wikis yuo mentioned look quite good (the topic menu at the...
Hi @lintaonz , I have to analyze this. Strange is, that the error states that the resource cannot be changed to an AWS::Version resource. **Do you use any other plugins...