example-projects
example-projects copied to clipboard
Simple example projects that show how to use ClaudiaJs
I'm not able to learn about Claudia enough to know if I should use it for my project. ### Expected behaviour The video linked in the [image-server tutorial](https://claudiajs.com/tutorials/image-server.html) is visible...
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 3.1.1 to 11.0.4. Release notes Sourced from react-dev-utils's releases. v4.0.3 4.0.3 (2021-02-22) v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates. :bug: Bug...
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...
Bumps [fastify](https://github.com/fastify/fastify) from 2.6.0 to 3.1.1. Release notes Sourced from fastify's releases. v3.1.1 📚 PR: Removed warnings introduced in #2418 (#2419) v3.1.0 📚 PR: docs(readme): add my name and fix...
Refer to issue #38
The example "Running fastify apps in AWS Lambda" is not working, infact the app.js is not updated with the [fastify documentation](https://github.com/fastify/fastify/blob/master/docs/Serverless.md#appjs)
``` TypeError: "listener" argument must be a function at _addListener (events.js:239:11) at Server.addListener (events.js:297:10) at new Server (_http_server.js:269:10) at Object.createServer (http.js:34:10) ```
I want to see Claudia act as a express wrapper. The example doesn't work. Below are the files: lambda.js 'use strict' const awsServerlessExpress = require('aws-serverless-express') const app = require('./app') const...