Asier Aduriz
Asier Aduriz
Given that the bucket policy is hardcoded within the component, I propose a way to let the user define a policy, or to fall back to the way the policy...
When I deploy using `@serverless/website` I am unable to override the Bucket Policy for the S3 bucket I am creating. Instead of it being: ```json "Principal": { "AWS": "*" }...
Hello! I just started with my pet project using express and this library to serve my graphql endpoint, and I hit a snag when developing some authentication methods. It is...
Hello! After integrating with `@payload-enchants/translator` the text values I receive are in an array form. If the richText has some bold text and a link, each chunk is pushed into...
# Situation Currently, there is no way to stop receiving the texts from the `richText` field. This PR checks for `translatorSkip` property for the `richText` fields. ## Collection config ```...