manning-aws-lambda-in-motion icon indicating copy to clipboard operation
manning-aws-lambda-in-motion copied to clipboard

Code for the Manning video course "Production-Ready Serverless: Operational Patterns and Practices"

Results 7 manning-aws-lambda-in-motion issues
Sort by recently updated
recently updated
newest added

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...

dependencies

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.302.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

After remove these two special characters '@' and ' ' (space) from username and email, i don't have failed test cases on username and email any more.

Was going through the course again and refactored `co` library out of most of the code in favor of async await. Totally up to you if you want to merge...

The author has presented a lot of important ideas in the [Production Ready Serverless](https://livevideo.manning.com/course/38/production-ready-serverless) course, with the code in this repository showing how to implement them. A lot of this...

Hi, thank you for your manning videos, it is a great course. I am having a trouble with integration testing in ch3 since you let the js function query the...