Tomi Takussaari
Tomi Takussaari
So i'm trying to create lambda based webapp, that would need to handle all kinds of URLs, based on [serverless-http](https://github.com/dougmoscrop/serverless-http/blob/master/docs/EXAMPLES.md). serverless.yml would look like this: ``` functions: myApp: handler: lambda.handler...
Hi [Index.ts uses dynamic importing](https://github.com/spring-media/aws-lambda-router/blob/master/index.ts#L73) to dynamically load only the processors that are needed. This causes problems with bundling, such as esbuild, because they are unable to bundle the required...
Hi Updated aws-lambda-router (from 0.6.2) on our project using Typescript, and noticed strange issue. Aws-lambda-router prevents returning non-string responses from proxyIntegration actions here: https://github.com/spring-media/aws-lambda-router/blob/master/lib/proxyIntegration.ts#L22 So our old code, which returns...
Currently [readme](https://github.com/contentful/contentful-management.js/blob/1dca8682152d52755787161e1dd4ee88d3c12eb2/README.md) says about using this library via script tag in browser: ``` The Contentful Management library will be accessible via the contentfulManagement global variable. ``` However, it seems to...