lambda-refarch-webapp icon indicating copy to clipboard operation
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...

Results 23 lambda-refarch-webapp issues
Sort by recently updated
recently updated
newest added

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:...

dependencies

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:...

dependencies

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:...

dependencies

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:...

dependencies

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:...

dependencies

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:...

dependencies

*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...

bug