coyoteecd
coyoteecd
@floydnoel See also this plugin that lets you use a regex for allowed stages: https://www.npmjs.com/package/serverless-deployment-manager.
This has been solved in @types/jasmine by aliasing the old types.
@slackersoft I am aware that JSON.stringify would be limited. So what do you think about the option where the caller would supply a "cloner" function as proposed above? Passing undefined...
@pgrzesik and others, I ran into what I think is the same issue, and I can reproduce it consistently in my local dev (as well as in the CI/CD where...
It would be useful to exclude specific patterns as well. In my case, I use Serverless Framework to do deploys, and rely on this VSCode plugin + cfn-python-lint to do...
@a-marcel your issue is that the bucket prefix of the last entry **includes** the bucket entries synced by the previous 3 entries. The deleteRemoved flag is passed as-is to the...
@ricokahler I know is 1.5 years late, but I had the same issue and resorted to adding the functionality in another plugin (serverless-s3-remover, which is unmaintained and I migrated to...
@colthreepv thanks for the link, you saved me. What I was missing was the NonNullable part, the error message from tsc for `AWS['functions'][string]` was not very helpful.
@pdecarcer can you elaborate a bit?
@fredericbarthelet what's your opinion, would you accept a PR that changes the resource type as suggested above?