Frédéric Barthelet

Results 47 comments of Frédéric Barthelet

Hey @flavianh, thanks for this proposal :) ! Our goal with Lift is to provide AWS-agnostic feature configuration - in the form of constructs - enabling more developers, not familiar...

Thanks for reporting this issue @LouisPinsard :) Digging around a little bit with your exemple `serverless.yml`, I've found out that at the time of Serverless Framework validation, the service definition...

If anybody faces the issue bellow AND is using custom `cfn` role for deployment, please read solution here after. > Serverless Error --------------------------------------- > > ServerlessError: An error occurred: S3uploadedCustomS31...

I find this particularly useful in environment where CLI user has a limited set of permissions, i.e. production environments. I'm very much interested in such feature, but it'll also introduce...

@Chtiadrien thanks for reporting this issue :) At the moment, we can always implement this health check route by default in the construct without any additional parameters allowing its configuration...

@mnapoli not aware of any 3rd party actually using `GET` as a webhook method. This issue relates to `GET` being used as a **healthcheck** at webhook creation, followed by normal...

Hey @serverlesspolska, thanks for submitting your issue. This error happens when too many files need to be deleted on the s3 bucket holding your static website. This is mostly due...

Thanks for opening this issue @cromo :) You can indeed fix your problem by adding `existing: true` within your event configuration as such : ```yml functions: normalize: handler: src/normalize.lambda_handler events:...

@medikoo both actually :) I have multiple trigger to configure for the same Pool. Some are triggered in a different Cloudformation Stack. Finally, I usually configure such large service using...

Using a dedicated `cognitoUsperPools` to add extra pool config could be a good solution for the future, thus ensuring no CFN is required at all. However, for my current project,...