madmox

Results 8 comments of madmox

As a workaround, I use this piece of code to boostrap my handler: ```javascript const serverlessExpress = require('@vendia/serverless-express'); const app = require('./app'); module.exports.handler = function handler (event, context, callback) {...

[Sample repo](https://bitbucket.org/mrossini-quickoff/awslambdadotnetissue1185/) to reproduce the issue.

Oh sorry, I made a last-minute change to my reproduction sample and it seems to be related to the buggy behavior! I updated the repo, just deployed the sample, and...

> does this issue happen online or locally? You cannot move a card while also having the right-click context menu open (any click or keystroke by a user having this...

I find the current `--template-parameters` syntax to be quite a pain to use, since you have to escape both `\` and `"` characters from each parameter key and value. I...

It looks like I messed up my `credentials` / `config` file by using the same profile for both the profile with persistent credentials and the profile with the role and...

Absolutely unacceptable that this is not at least documented in the CloudFormation spec. This could lead to live production instances being deleted if users don't bother to run the CFN...

> That combined with the fact the demand for this solution is apparently very low--note you and @McSheps are the only ones asking about this here in the last 8...