lucas-rudd
lucas-rudd
I have some utilities that we use a _lot_ for helping with Union types and typeguarding from dynamic data sources, such as data to/from an API call. However, I also...
Right now, when you archive a key, you can _only_ see it if you manually search for it. This can cause some key name conflict issues, or issues when trying...
Azure can only return a certain amount of groups in the JWT. When there are too many groups to return, Azure returns the `hasGroups=true` attribute. I don't know what the...
Perhaps this is a limitation of AWS API Gateway. But, I've noticed when doing the following, that I get a CloudFormation template validation error ``` methodResponses: - statusCode: '200' responseBody:...
We're using a tool called [tsoa](https://github.com/lukeautry/tsoa) to generate our swagger documentation using annotations and TypeScript interfaces. It's a pretty nifty tool, but has some major disadvantages when using this plugin....
I'm very interested in using serverless-http for an application. However, it seems as though, when using this plugin, we will only able to deploy a single lambda to handles all...
I have an application where the user may take an action in which a sound effect plays. The user may take this action many times, leading to the sound effect...
I'm very interested in using serverless-express for an application. However, it seems as though, when using this plugin, we will only able to deploy a single lambda to handles all...