lambda-refarch-webapp
lambda-refarch-webapp copied to clipboard
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as...
isValidRequest(event) was being called with (context, event), hence was breaking. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy,...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.709.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:...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.709.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:...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.709.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:...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.709.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:...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.709.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:...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.709.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:...
*Issue #57 * *Fix bugs:* 1. test path in package.json and test js. 2. request validation in *.js
https://github.com/aws-samples/lambda-refarch-webapp/tree/master/todo-src doesn't share any code between the functions. This is a little detached from reality!
### Reproduction Steps ``` (ins)[hendry@t14s todo-src]$ npm run test > [email protected] test > mocha tests/unit/ Error: No test files found: "tests/unit/" ``` I also tried following the steps in the...