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

serverless-framework

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

serverless-next.js
thchia
thchia commented Sep 2, 2020

Describe the bug
JSON data files for SSG pages (e.g. `_next/data/{build id}/file.json) are not being cached by Cloudfront, meaning that subsequent calls always go to the origin (and trigger the Lambdas@Edge).

To Reproduce

  1. Deploy a website with at least one SSG page.
  2. Visit the SSG page once. This should cache the JSON data.
  3. Refresh that page and observe the x-cache respons
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.