Thibault RICHARD
Thibault RICHARD
I've asked the AWS support for a quota increase which they gave me but I'm unable to use it for some reason. I'm still in contact with the AWS support...
This is the intended behaviour at the moment. You need to define a `worker` key that configures the Lambda function that will handle SQS messages. Something like this ```yaml constructs:...
One reason I see for this behavior is that your function returns an invalid response that lambda considers a failure. See what is considered invalid here https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#sqs-batchfailurereporting-conditions, maybe you fall...
Thanks for starting this :raised_hands: :partying_face: > I've turned the VPC from a construct to a "special" object on the AwsProvider class This is indeed the only way. I started...
This looks promising 😁 I just fear the version might cause troubles. I think I had cases with cloudformation where 1. I created a db with version x 2. Aws...
Cloudformation support was not part of the GA release and so CDK support is not there yet. We'll have to wait until support is available but it would be nice...
Hi @francoisauclair911 ! My best guess is that you have a long service name (the `service` key in serverless.yml) or a long `stage` name. The name of the queue is...
Indeed, it seems fine. Hard to see what could be causing this. You could try to run `serverless lift eject` command which will print YAML Cloudformation. At this point search...
Hi @bboure ! As far as i know, `iamRoleStatements` at the function level is not supported out of the box by Serverless and is provided by a third party plugin....
Hi @cgilindellmo What's the use case where you need to specify a queue name ?