The Wayback Machine - https://web.archive.org/web/20200620053444/https://github.com/topics/serverless-applications
Skip to content
#

serverless-applications

Here are 95 public repositories matching this topic...

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

pault2k14
pault2k14 commented Apr 18, 2018

Per the documentation for custom authorizers the policy document returned from from the custom authorizer is for the ENTIRE API. I would have thought disabling caching in the custom authorizer would have solved this issue, however it doesn't seem to, in any case disabling caching isn't recommended for custom authorizes for performance reasons (always calling at least 2 lambdas). My solution was to

Brain-Power-Amazon-Fidgetology

Improve this page

Add a description, image, and links to the serverless-applications 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-applications topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.