Jacob Friis
Jacob Friis
sure, here you go: ``` { resolve: 'gatsby-plugin-create-client-paths', options: { prefixes: [ '/participant/*', '/trainer/*', '/availability/*', ], }, }, { resolve: 'gatsby-plugin-s3', options: { bucketName, region: 'eu-central-1', protocol: 'https', hostname, },...
Are you saying that I should be able to use the Grunt API without `process.chdir`?
@kutuluk no, as the code will not be run in Node, only packed in Node. The browser will run it. The only reason why it can't be packed now is...
This has also been reported for `loglevel` pimterry/loglevel#146
I noticed that this is not happening for `loglevel` so I closed pimterry/loglevel#146, but it is happening for `loglevel-plugin-remote`. One way to debug: Install `gatsby-cli` globally. ``` gatsby new gatsby-starter-default...
I made one: http://html2coffeekup.no.de/
Could it be put behind [API Gateway WebSocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html)?
this works for me: ``` const importGraphql = ['import-graphql', { emitDeclarations: true }]; const plugins = [importGraphql, ...etc]; ```
Who at AWS thinks you're doing a great job with this? Who would think that it's so difficult in 2024 to download a file?!
I still don't see a layer added with `SentryNodeServerlessSDK:255` Another thing, should I set `NODE_OPTIONS` to `"-r @sentry/aws-serverless/awslambda-auto"`?