Matteo Gioioso

Results 17 issues of Matteo Gioioso

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md). -...

bug

I am trying to set a batchSize for SQS bigger than 10 in **serverless 1.83**, but I keep getting this error: ``` serverless framework An error occurred Invalid request provided:...

question

I saw there is a similar issue, but it is closed even though this bug is persisting: https://github.com/serverless/serverless/issues/4471 Seems like if we change the Event source mappings properties that needs...

needs feedback
bug/external
cat/aws-event-stream

This is a... ---- - [ ] :beetle: Bug Report - [x] :rocket: Feature Request - [ ] :scroll: Documentation Request Which version of Redux Beacon are you using? ----...

help wanted

**Description:** I am trying to implement Dynamodb streams and a trigger for lambda ``` myFunction: Type: AWS::Serverless::Function Properties: Policies: - AWSLambdaBasicExecutionRole - DynamoDBCrudPolicy: TableName: !Ref TableName - DynamoDBStreamReadPolicy: TableName: !Ref...

area/cloudformation
stage/needs-investigation
maintainer/need-followup

If I am not mistaken your library is using `axios` is it possible to have support for `fetch` API? Thanks

Sorry but I could not find it anywhere, is it possible to disable looping on bindKeyboard? Thanks

enhancement
help wanted
difficulty: easy
good first issue

**Is your feature request related to a problem? Please describe.** I there any chance we will get `fetch` api support for the strapi-sdk? I think is needed especially in the...

I keep getting this error: ``` Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/statefulset-apps-v1.json: read tcp xxxxxxxx->xxxxxxxx: read: connection reset by peer ``` and that link is no reachable, not sure if it is...

I have already checked related issues #202 #188 , but in my case I am not using Dependabot. This is my `pipeline.yaml` truncated till this action: ``` name: My Deployment...