Matthieu Napoli
Matthieu Napoli
Hi, as far as I can tell from your report it might be that the [serverless-ssm-version-tracker](https://www.npmjs.com/package/serverless-ssm-version-tracker) plugin is incompatible with the way outputs are set in Serverless Dashboard :/
> For whatever reason, this causes every message sent from this trigger to fail in my Lambda function and not be processed. Could you explain a bit more what you...
> This is indeed the only way. I started to work on a similar construct and stumbled on the exact same problem. Even if it feels less flexible, I agree...
> I'll have to test again but it may be a problem if the user has no control over it. Interesting! Just to be clear: - do you mean to...
Hello! Just a heads up, Serverless Framework v3 should be released next week.
Hi! Would that mean that the content type detection here (before uploading to S3) is not working correctly? https://github.com/getlift/lift/blob/ef0936afc6efd82e406a578835c48fd779f134a9/src/utils/s3-sync.ts#L143-L146
Right, I see, thanks for the details. At this point I think we are moving a bit beyond the original scope of the construct. I would suggest to use a...
@JohnLawal are you on the latest Framework version? Because it sounds like you're using v2, not v3 of Serverless Framework. Also FYI you can get rid of the `stage: ${opt:stage,...
Given this is a breaking change I don't see how we can change that in v3. For comparison, do `environment`, `tags` and `package` override or extend?
Hi, thanks for opening this issue! Could you explain in a bit more detail what you have in mind? Would it be a construct to **handle** SNS notifications, or to...