Skip to content
#

serverless-framework

Here are 1,313 public repositories matching this topic...

grozdz
grozdz commented Sep 15, 2020

Hello,

There is an issue while deploying Lambda function with provisionedConcurrency enabled which uses SQS as event source. The error message is following:

An error occurred: LambdaEventSourceMappingSQSqueue - Invalid request provided: Function does not exist (Service: Lambda, Status Code: 400, Request ID: 2774b672-c894-4a5a-b478-79d2230ad64e, Extended Request ID: null).

It seems t

serverless-next.js
skycremaschinin
skycremaschinin commented Jul 24, 2020

Is your feature request related to a problem? Please describe.
there's no way to put a WAF in front of cloudfront distro

Describe the solution you'd like
Just create an optional input variable such as

web_acl_id

and attach it to cf distro.

waf configuration should be managed externally.

kvr2277
kvr2277 commented Aug 25, 2019

Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname

LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },

is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s

Improve this page

Add a description, image, and links to the serverless-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serverless-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.