Benoît Bouré

Results 25 issues of Benoît Bouré

Hi and thanks for this awesome not-ORM 🙂 I was wondering if we could introduce a custom `parse` method for Entities' attributes. Basically, I need something that is the opposite...

enhancement

Hi, I have been testing this package for my latest project. I realized that most of the time, if not always, I find more convenient and performant to use the...

help wanted

Over the past few years, this plugin received a good acceptance from the AppSync community (with ~20k downloads a week!). We also received numerous PRs to continually improve it, add...

### Description When using lift variables as an IAM policy `Resource`, ServerlessFramework shows a warning. ``` unsupported string format ``` ### How to Reproduce ```yaml myFunction: handler: src/myFunction.handler iamRoleStatements: -...

bug

Hi, This is a follow up of https://github.com/pelias/pelias/issues/857. In order to move step by step, I thought that the first one could be to add a `sort` parameter to the...

Hi there, I encountered an issue concerning the dedupe strategy. Autocomplete/search for "Manneken Pis" does not return the [little peeing guy](https://www.openstreetmap.org/node/240866019) I am expecting. Instead, only the [Bus stop](https://www.openstreetmap.org/node/5648503045) is...

bug

Fixes #1460 Open for discussion: Based on the other comparison methods, I considered records are the same if: - one of them is missing the category fields, or it is...

AppSync comes with the default GraphQL scalar types and with some handy [additional AWS types](https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html). It would be nice, however, to be able to add custom scalar types as well.

feature-request

In the Api Gateway service, you can easily create custom Api keys with a specific value (See [AWS::ApiGateway::ApiKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html)) That is something that is currently missing in Appsync (See [AWS::AppSync::ApiKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apikey.html)) It...

feature-request

I have an http endpoint that listens on port 4000 and an AppSync HTTP Datasource that points to it. ```` endpoint: http://ec2-ww-xx-yy-zz.eu-west-1.compute.amazonaws.com:4000 ```` When executing a GraphQl request, the resolver...

feature-request