Brett Andrews
Brett Andrews
I get this error, a lot: Variable "myCtrl.myMethod" called on BUTTON element does not exist in that scope. Event directive found on "" I'm guessing it's because I add all...
"Controller" is quite lengthy. I suffix my controllers with "Ctrl" instead, and I know a lot of others do also. If I want to keep my `controllerAs` names the same...
Similar to https://github.com/jeremydaly/dynamodb-toolbox/commit/71f55dba615c7219325f3e4c9ac6f8b7dcae4b72 and the related issue #34. I'm getting "Invalid Entity" under certain minification conditions where `instanceof` fails.
Currently, `put` will replace the old item if it exists. A `create` method could simply wrap `put` and add a `ConditionExpression`
I'm happy to add automated versioned releases to GitHub and NPM via GitHub Actions + Semantic Release if you're interested. I've done this a few times on various projects. It's...
SAM should provide a way to easily create static websites hosted on S3 and CloudFront. The purpose of this Issue is to gather requirements from the community to ensure we...
I want to set form loading state (spinner icon, disable input) when the user submits the form, and clear that state when the action completes or fails. Currently I am...
SAM recently released support for `InlineCode`, however, when the package command gets run it zips+uploads the entire current directory (even though it doesn't get used). I believe this is the...
Hi, great setup. How would you go about setting this up so that you have multiple lambda functions in the one project? For example, currently the npm scripts are hardcoded...