Frank Schmid
Frank Schmid
The current version only supports locally installed per project serverless instances. It should support global serverless installations too.
# This is a Feature Proposal ## Description The plugin should set the `defaultRegion` parameter to an empty string, so that it would not add any region parameter to the...
## What did you implement: Closes #1 ## How did you implement it: If the `serverless.useGlobal` option is set to true, the extension will try to spawn a globally available...
# This is a Bug Report ## Description * What went wrong? The `Package service` and `Deploy service` commands are shown in all context menus. This can be seen when...
# This is a Question ## Description The extension should be universal. To be proven as that, we should try to get feedback on how it behaves for other providers....
The following topics should be resolved - [x] TSLint - [x] AppVeyor ~~Travis~~ Not important right now as AppVeyor already tests everything - [x] Unit tests - [ ] Coverage...
It would be nice if the plugin would support an option to compare the original and not the processed CF template (getTemplate() property _TemplateStage_).
With the new package/deploy semantics, the builds and deployments can be distributed on different servers. The created artifacts can then be deployed to AWS (using the CF template created in...
# This is a Feature Proposal ## Description Currently the `forceExclude` option in the plugin only excludes 1st level dependencies. The question often arises if it could also exclude dependencies...
In AWS API Gateway API keys are set per stage. They can be configured completely different, even with different usage plans per stage. After experimenting with the Serverless implementation and...