aws-lambda-zombie-workshop icon indicating copy to clipboard operation
aws-lambda-zombie-workshop copied to clipboard

Code and walkthrough labs to set up a serverless chat application for the Zombie Apocalypse Workshop

Results 39 aws-lambda-zombie-workshop issues
Sort by recently updated
recently updated
newest added
trafficstars

I have added content type in the postToEs method to resolve the 406 error

Failure to include the header results in the following error (ES 6.2): { "error": "Content-Type header is missing", "status": 406 }

The Lambda instructions within the documentation are now outdated. The new function creation process now uses a different sequence of click strokes split between two screens.

SNS to Lambda fails to post to the API because of a json formatting issue. Please fix. Also, in the lab please provide the proper SNS topic test values in...

Escape prior to sending to DB, unescape prior to displaying in UI

The Content Type header is required by the ElasticSearch service.