Daryl Teo
Daryl Teo
In reference to #82. This feature turned up in one of my client work today, so I figured I'd try to implement it myself (spare time, unsponsored :( ) This...
Currently the Functions are abstract classes, and not interfaces. Due to this, we cannot coerce lambas into functions as they only coerce into Functional Interfaces. Furthermore, there is a currently...
## Feature Request ``` const body = event.isBase64Encoded ? `${Buffer.from(event.body, 'base64')}` : event.body; const payload = contentType === 'application/json' ? JSON.parse(body) : (() => { const params = new URLSearchParams(body)...
At the moment, events are emitted via document using native dispatchEvent. This (I think) causes issues if multiple instances of pjax are used. Better to have Pjax as a EventEmitter...
I'm using the package.artifact functionality for a different function that is not typescript. But enabling this plugin borked packaging of other functions using package.artifact. I'm not sure how else to...
## Feature Request https://github.com/serverless/serverless/issues/11840 I'm currently trying to pull in a Swift lambda into SLS, which I am currently able to get a local running server out of the box...
I've opened up an issue here to cross-discuss. https://github.com/serverless/serverless/issues/11840 It would be awesome if we could support Swift directly in the Serverless Framework as it will handily scaffold the rest...
> Swift provides great Unicode support via [ICU](http://site.icu-project.org/home). Therefore, Swift-based Lambda functions include the ICU libraries which tend to be large. This impacts the download time mentioned above and an...
Upload does not take when within a DataTypeGrid. Not sure if I'm missing anything. Regards, Daryl
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...