Matthieu Napoli

Results 1010 comments of Matthieu Napoli

Hi @katamsivakumar, this is not something that is currently available as a feature or command. An alternative is to run `serverless package` and check the generated CloudFormation template in the...

Hey everyone! Given this is one of the most upvoted issues, I'd like to clarify: 1. if this feature request is still relevant today 2. what is the benefit that...

> I don't think impacts the final packaged output assuming all is configured correctly. It's all about the developer experience for us. Ah so this would impact people that develop...

@mungojam got it! So it would improve installation speed for `serverless` users, as well as possibly for CI/CD (installing `serverless` in CI). Regarding plugins, yeah these would always be installed...

Hi, I'm interested to learn why the `.env` file is stored in a directory above? Is this a scenario where you have multiple services in one monorepo? Or is this...

Thanks for the details! We will use this issue to track the community's interest in that feature (to anyone reading this: you can add a 👍 to the issue). @AlexHladin...

Hi, thanks for the feedback and the suggestion! Just to clarify, at the moment the pattern we support is: - deploy a static website with a domain (as a construct)...

By default, I'd say that new features should ideally be configuration options (`serverless.yml`) instead of runtime flags. Is there any reason we may want to make this a runtime flag?

Hi, thank you for opening this! I've had this problem before I think 😄 So if I understand correctly, what you are suggesting could either be: - a new feature...

Thanks for the report. When we look at the CloudFront cache policy for Server-side website (for the backend): https://github.com/getlift/lift/blob/b09781eabcee08fc9e59b30c1ca43ca4c85331bd/src/constructs/aws/ServerSideWebsite.ts#L127 the default cache is set to 0 seconds. So the goal...